diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 12 |
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{ |