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