diff --git a/src/components/LandingBanner.vue b/src/components/LandingBanner.vue index c525cd1..3c5c621 100644 --- a/src/components/LandingBanner.vue +++ b/src/components/LandingBanner.vue @@ -1,8 +1,10 @@ @@ -73,7 +75,7 @@ header { margin: 0; @include tablet-min { - font-size: 28px; + font-size: 2.5rem; } } @@ -85,7 +87,7 @@ header { margin: 5px 0; @include tablet-min { - font-size: 16px; + font-size: 1.3rem; } } }