diff --git a/assets/css/2-base/_base.sass b/assets/css/2-base/_base.sass index a3aa9665..b361786f 100644 --- a/assets/css/2-base/_base.sass +++ b/assets/css/2-base/_base.sass @@ -1,7 +1,7 @@ /* Typography presets ------------------------------------ */ -.gigantic, .huge, .large, .bigger, .big, +.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6 color: $headlineColor font-weight: bold @@ -20,7 +20,7 @@ h1, h2, h3, h4, h5, h6 font-size: 42px line-height: 1.14 -.bigger, h3 +.bigger, h3 font-size: 26px line-height: 1.38 @@ -28,7 +28,7 @@ h1, h2, h3, h4, h5, h6 font-size: 22px line-height: 1.38 -.small, small +.small, small font-size: 10px line-height: 1.2 @@ -58,7 +58,7 @@ a color: $accent text-decoration: none outline: 0 - + a:hover, a:focus color: lighten($accent, 20%) @@ -69,16 +69,16 @@ a:hover, a:focus ::selection background: $selectionColor - + ::-moz-selection background: $selectionColor - + img::selection background: transparent - + img::-moz-selection background: transparent - + body -webkit-tap-highlight-color: $selectionColor @@ -104,6 +104,11 @@ h3 text-align: center padding: 100px 0 30px +fieldset + padding: 0 + margin: 0 + border: none + @media screen and (max-width: 480px) h3 padding: 50px 0 50px @@ -111,6 +116,6 @@ h3 .alt-section background: $bgcolor padding-bottom: 100px - + h3 - color: darken($accent-light, 10%) \ No newline at end of file + color: darken($accent-light, 10%)