From 41b38a7d56c4a7e1ebe62b8892d79b07678e29c9 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 3 Jan 2025 19:58:39 -0500 Subject: styes --- static/styles.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/static/styles.css b/static/styles.css index ca10d75..5c572fe 100644 --- a/static/styles.css +++ b/static/styles.css @@ -74,23 +74,25 @@ text-align: center; max-width: 40em; touch-action: manipulation; + margin-bottom: 6px; } .kbrow { - margin-bottom: 5px; + margin-bottom: 9px; } .key { + font-size: 12pt; font-family: Cantarell; display: inline-block; - height: 35px; - width: 28px; + height: 40px; + width: 34px; border-radius: 4px; border: 1px black dotted; - line-height: 35px; + line-height: 40px; cursor: pointer; user-select: none; - margin-right: 2px; + margin-right: 8px; } .key:hover{ -- cgit v1.2.3