diff options
Diffstat (limited to 'web/source/css/about.css')
-rw-r--r-- | web/source/css/about.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/source/css/about.css b/web/source/css/about.css index 55318572c..0a2ac763f 100644 --- a/web/source/css/about.css +++ b/web/source/css/about.css @@ -27,12 +27,8 @@ border: $boxshadow-border; border-radius: $br; - .about-section { - ul, ol { - margin-top: 0; - } - - h3, h4 { + .about-section { + h1, h2, h3, h4, h5 { margin-top: 0; } } |