summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2025-01-03 19:58:39 -0500
committercyfraeviolae <cyfraeviolae>2025-01-03 19:58:39 -0500
commit41b38a7d56c4a7e1ebe62b8892d79b07678e29c9 (patch)
treef13aee16d71631ab0ecff8748ee117bb66c1fa89 /static
parent3392d54fdaa0980aff0c368ea64140c5a1dccf5f (diff)
styes
Diffstat (limited to 'static')
-rw-r--r--static/styles.css12
1 files 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{