diff options
-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{ |