Saved: 2018-02-19 09:22
Torey Heinz
committed Feb 19, 2018
commit 222adbcdeda14c2d9d78193a888dfcaa90145333
Showing 1
changed file with
5 additions
and 14 deletions
public/stylesheets/app.scss
+5
-14
| @@ | @@ -65,29 +65,20 @@ header { |
| color: $white; | |
| - | .content { |
| - | .cta { |
| - | // position: absolute; |
| - | // width: 100%; |
| - | // bottom: rem-calc(10); |
| - | } |
| + | h1 { |
| + | text-transform: uppercase; |
| } | |
| - | |
| - | |
| @include breakpoint(small) { | |
| height: rem-calc(200); | |
| + | h1 { |
| + | font-size: rem-calc(30); |
| + | } |
| } | |
| @include breakpoint(large) { | |
| height: rem-calc(400); | |
| - | .content { |
| - | // top: 25%; |
| - | } |
| - | |
| h1 { | |
| - | // font-size: 80px; |
| - | text-transform: uppercase; |
| font-size: rem-calc(60); | |
| } | |
| } | |