diff --git a/assets/css/reset.css b/assets/css/reset.css index 2b94a9d..05feea3 100644 --- a/assets/css/reset.css +++ b/assets/css/reset.css @@ -64,6 +64,7 @@ label { h1 { font-size: 1.5rem; + font-family: 'open_sansbold', sans-serif; font-weight: bold; line-height: 1.20; margin-top: 0px; @@ -74,6 +75,7 @@ h1 { h2 { font-size: 1.25rem; + font-family: 'open_sansbold', sans-serif; font-weight: bold; line-height: 1.20; margin-top: 2rem; @@ -84,6 +86,7 @@ h2 { h3 { font-size: 1.15rem; + font-family: 'open_sansbold', sans-serif; font-weight: bold; line-height: 1.20; margin-top: 1.8rem; @@ -95,6 +98,7 @@ h3 { h4 { font-size: 1rem; + font-family: 'open_sansbold', sans-serif; font-weight: bold; line-height: 1.20; margin-top: 1.4rem; diff --git a/assets/css/style.css b/assets/css/style.css index 5b331e4..edf4840 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -9,12 +9,6 @@ scroll-margin: 5rem; } -ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, textarea { - margin: 0; - padding: 0; - border: none; -} - a img, :link img, :visited img { border: none; } @@ -61,6 +55,8 @@ header { font-size: 1.25rem; font-weight: bold; background: #a22430; + + max-height: 4rem; width: 100%; top: 0; @@ -153,7 +149,6 @@ hr { .content, .ribbon-wrapper, .content-team { - top: 0 !important; padding: 1rem !important; } .content-head { @@ -221,6 +216,10 @@ hr { /* * -- CONTENT -- */ +.content-head { + font-family: 'open_sansbold', sans-serif; +} + .content { z-index: 2; position: sticky; diff --git a/soc/index.html b/soc/index.html index 778115d..bffcc20 100644 --- a/soc/index.html +++ b/soc/index.html @@ -6,20 +6,13 @@ GNU social — Summer of Code - + - -
+