diff options
Diffstat (limited to 'sass/front-page/banner.sass')
-rw-r--r-- | sass/front-page/banner.sass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sass/front-page/banner.sass b/sass/front-page/banner.sass index 1e924c2..878b9c9 100644 --- a/sass/front-page/banner.sass +++ b/sass/front-page/banner.sass @@ -14,12 +14,12 @@ section.banner padding: 0
div.banner__text-button
max-width: 50%
- +resp(lg)
- max-width: 61%
+ +resp(md)
+ max-width: 60%
+resp(sm)
margin-bottom: 23px
max-width: 100%
- h1.banner__title
+ h1
font-weight: 800
font-size: 45px
line-height: 120%
@@ -41,7 +41,7 @@ section.banner justify-content: center
padding-left: 20px
padding-right: 20px
- a.banner__btn
+ a
max-width: 311px
width: 100%
height: 58px
@@ -51,7 +51,7 @@ section.banner margin-top: 23px
align-items: center
justify-content: center
- font-weight: 900
+ font-weight: 700
font-size: 16px
line-height: 15px
color: $white
|