diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-09-20 19:37:57 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-07-24 22:34:24 +0200 |
commit | d1570744b4a2326f7656b393597a8ed12d1e1a94 (patch) | |
tree | 6ae7fd8f398a39a316b8d516ad283f35ed848482 /zurb-F5-basic/static/css | |
parent | dd6915c39fd9f104b0f785a44a5774a3191a7ef8 (diff) | |
download | pelican-themes-d1570744b4a2326f7656b393597a8ed12d1e1a94.tar.gz |
Smaller fonts in the first two headings.
Diffstat (limited to 'zurb-F5-basic/static/css')
-rw-r--r-- | zurb-F5-basic/static/css/foundation.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zurb-F5-basic/static/css/foundation.css b/zurb-F5-basic/static/css/foundation.css index c5eeb4b..7ffcda6 100644 --- a/zurb-F5-basic/static/css/foundation.css +++ b/zurb-F5-basic/static/css/foundation.css @@ -2819,10 +2819,12 @@ h1 { font-size: 2.125rem; } h2 { - font-size: 1.6875rem; } + /* font-size: 1.6875rem; */ + font-size: 1.375rem; +} h3 { - font-size: 1.375rem; } + font-size: 1.125rem; } h4 { font-size: 1.125rem; } |