diff --git a/webpack/sass/home-page.scss b/webpack/sass/home-page.scss index c58cc856..5634872e 100644 --- a/webpack/sass/home-page.scss +++ b/webpack/sass/home-page.scss @@ -7,6 +7,13 @@ @extend .padding-horizontal-big; .has-text-orange{ color:rgb(251 119 41); + } + + @media(max-width:530px) { + h1{ + font-size: 2.8rem; + line-height: 1.2; + } } }