diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index e70bb2b1..cfc77d06 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -439,6 +439,10 @@ main ul.row { | |||
439 | height: auto; | 439 | height: auto; |
440 | } | 440 | } |
441 | 441 | ||
442 | #article > header > h1 { | ||
443 | font-size: 2em; | ||
444 | } | ||
445 | |||
442 | .reader-mode { | 446 | .reader-mode { |
443 | width: 95px !important; | 447 | width: 95px !important; |
444 | transition: width 0.2s ease; | 448 | transition: width 0.2s ease; |