diff options
| author | Max | 2018-11-05 12:45:46 +0100 |
|---|---|---|
| committer | Max | 2018-11-05 12:45:46 +0100 |
| commit | 89bcafe654844367ea3a730c8c03b8e63047db06 (patch) | |
| tree | aa30d287baa1a1bdd32cc3bcf81fba548fbcdfe4 | |
| parent | 76402a87f366838bf06f6e36a552be43dfb5641c (diff) | |
| download | fuselkoenig_de-89bcafe654844367ea3a730c8c03b8e63047db06.tar.gz | |
Fix font size.
| -rw-r--r-- | sass/theme/_theme.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index c357a28..0522f15 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -133,9 +133,15 @@ img.size-large, img.attachment-large{ margin-top: 10px; } .nav-previous, .nav-next { - font-size: 17px; + font-size: 19px; padding: 0; } +.comment-notes { + font-size: 17px; +} +#commentform label { + font-size: 17px; +} .footer-menu a { //@extend .text-muted; } |
