diff --git a/webroot/css/style.css b/webroot/css/style.css index 05fb0c60..faeb3a24 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -350,25 +350,25 @@ ul.nav-pills { .frame.nc-content article h1, .frame.nc-content article .h1 { - font-size: 30px; + font-size: 27px; } .frame.nc-content article h2, .frame.nc-content article .h2 { - font-size: 24px; + font-size: 18px; } .frame.nc-content article h3, .frame.nc-content article .h3 { - font-size: 18px; + font-size: 16px; } .frame.nc-content article h4, .frame.nc-content article .h4 { - font-size: 14px; + font-size: 13.5px; } .frame.nc-content article h5, .frame.nc-content article .h5 { - font-size: 12px; + font-size: 10.5px; } .frame.nc-content article h6, .frame.nc-content article .h6 { - font-size: 10.5px; + font-size: 9px; }