diff options
author | cyfraeviolae <cyfraeviolae> | 2025-01-03 20:01:38 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2025-01-03 20:01:38 -0500 |
commit | 1317b840f328ed9110b79fdafe7f1bc9ba9be353 (patch) | |
tree | e223abc3140da6c6f48a8d9b7df966a91652fab5 /static/styles.css | |
parent | 41b38a7d56c4a7e1ebe62b8892d79b07678e29c9 (diff) |
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 10 |
1 files 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{ |