diff options
author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:06:45 +0200 |
---|---|---|
committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:06:45 +0200 |
commit | cecb62c1faed83f0ab7c05735e50cdcdb792e148 (patch) | |
tree | 311bb56ad65a835582d0d824581008ee2ebd4a09 /sass/front-page/banner.sass | |
parent | 1ddba21a965656d676f9a35125d83f5777be782d (diff) | |
download | community.vyos.net-cecb62c1faed83f0ab7c05735e50cdcdb792e148.tar.gz community.vyos.net-cecb62c1faed83f0ab7c05735e50cdcdb792e148.zip |
Minor banner section CSS updates after the Lato font was deleted
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
|