diff options
| author | 2022-08-29 08:41:13 +0200 | |
|---|---|---|
| committer | 2022-08-29 08:41:13 +0200 | |
| commit | c418c8a450b9e9277eaf631be705915237384285 (patch) | |
| tree | 9acce0d22a01ae82bdf29e653b882693d2ca19eb /p/themes/Mapco/mapco.css | |
| parent | 5c5aaafb0f7c0c9431bb3da5bd5d205a3d194382 (diff) | |
Improved: Mapco/Ansum headline sizes (#4549)
* Ansum Theme
* Mapco Theme
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 950b7593f..92105c9c7 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1171,11 +1171,14 @@ main.prompt { } .post h1, .post h2 { color: #303136; - font-size: 3rem; + font-size: 2rem; margin-top: 1.75rem; font-weight: 300; line-height: 1.2em; } +.post h2 { + font-size: 1.5rem; +} .post a[href="./"] { margin: 0; padding: 0.75rem 1.5rem; |
