diff options
-rw-r--r-- | public/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 8151be6..c4c2581 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -53,7 +53,7 @@ html, body { outline: none; border: 0; padding: 16px; - font-size: 1.1em; + font-size: 16px; transition: box-shadow 200ms ease-in-out; } |