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