From 313782e24b64020ea9900797758a2c2323c549e5 Mon Sep 17 00:00:00 2001 From: empathicqubit Date: Mon, 17 May 2021 13:52:10 -0400 Subject: [PATCH] Change button size --- EmpathicQubit.ConsoleServer/static/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EmpathicQubit.ConsoleServer/static/index.css b/EmpathicQubit.ConsoleServer/static/index.css index 728b443..8ecc30f 100644 --- a/EmpathicQubit.ConsoleServer/static/index.css +++ b/EmpathicQubit.ConsoleServer/static/index.css @@ -1,7 +1,7 @@ * { box-sizing: border-box; font-family: sans-serif; - font-size: 3.8vh; + font-size: 1.8vw; font-weight: 700; color: #fff; margin: 0; @@ -48,8 +48,8 @@ h1 { .favorites button { word-wrap: break-word; - width: 15vw; - height: 15vw; + width: 15.5vw; + height: 15.5vw; margin: .3vw; border: .15em solid black; border-radius: .25em;