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 | |
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
-rw-r--r-- | sass/front-page/banner.sass | 10 | ||||
-rw-r--r-- | templates/banner.html | 18 |
2 files changed, 14 insertions, 14 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
diff --git a/templates/banner.html b/templates/banner.html index 02b12e4..28ca769 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -1,10 +1,10 @@ - <section class="banner"> - <div class="container sm-none"> - <div class="banner__text-button"> - <h1 class="banner__title">VyOS. The universal router.</h1> - <div class="banner__btn_container"> - <a href="#" class="banner__btn">Learn about the project</a> - </div> - </div> +<section class="banner"> + <div class="container sm-none"> + <div class="banner__text-button"> + <h1>VyOS. The universal router.</h1> + <div class="banner__btn_container"> + <a href="#">Learn about the project</a> </div> - </section> + </div> + </div> +</section>
\ No newline at end of file |