From af295875ee2cf61bd43984acd69addcd0abf9cd7 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 10:13:24 -0500 Subject: updates --- static/styles.css | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 94e3b89..2c0f0ef 100644 --- a/static/styles.css +++ b/static/styles.css @@ -11,7 +11,7 @@ color: black; background-color: white; vertical-align: top; - line-height: 29px; + line-height: 30px; font-family: Cantarell; } @@ -81,15 +81,6 @@ hr { touch-action: manipulation; } -@media only screen and (min-width: 600px) { - form { - border: 1px DarkSlateGrey solid; - padding: 1em; - padding-left: 2em; - padding-right: 2em; - } -} - .kbrow { margin-bottom: 5px; } @@ -101,10 +92,11 @@ hr { width: 26px; border-radius: 4px; border: 1px black dotted; - line-height: 33px; + line-height: 35px; cursor: pointer; user-select: none; } + .key:hover{ border-style:solid; } -- cgit v1.2.3