diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-09-05 13:21:36 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-09-05 13:21:36 -0700 |
commit | 881550cac72bfcc2e7551fe13288ea8a1d27ca34 (patch) | |
tree | 0f675deafd3694c1cd73550d7ef9da178facc677 /public/editor/style.css | |
parent | e121c3f582e2a746dba18b2e9816a7d50e0ef3c2 (diff) |
better state management for editor
Diffstat (limited to 'public/editor/style.css')
-rw-r--r-- | public/editor/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/editor/style.css b/public/editor/style.css index f646198..8ae753a 100644 --- a/public/editor/style.css +++ b/public/editor/style.css @@ -206,7 +206,8 @@ body, input { margin-bottom: 20px; border: 0; font-weight: bold; - font-size: 42px; + font-size: 38px; + width: 100%; } #content { |