diff options
author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:06:10 +0200 |
---|---|---|
committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:06:10 +0200 |
commit | 8f59708d56255764f9077d07ac847457996f29d6 (patch) | |
tree | 1ce4efbf74500713b03ea3dee4dc68ea12ea491f | |
parent | 2abeb67fc9bdb066ada8eb5689a4c91b88dbec71 (diff) | |
download | community.vyos.net-8f59708d56255764f9077d07ac847457996f29d6.tar.gz community.vyos.net-8f59708d56255764f9077d07ac847457996f29d6.zip |
Update Inform Columns section styling after font updates
-rw-r--r-- | sass/front-page/main-text.sass | 2 | ||||
-rw-r--r-- | site/index.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sass/front-page/main-text.sass b/sass/front-page/main-text.sass index 170c866..d4cb662 100644 --- a/sass/front-page/main-text.sass +++ b/sass/front-page/main-text.sass @@ -11,4 +11,4 @@ section.main-text +resp(md)
padding: 90px 0
+resp(sm)
- padding: 34px 0 64px
\ No newline at end of file + padding: 34px 0 55px
\ No newline at end of file diff --git a/site/index.html b/site/index.html index b8acf86..91d4d55 100644 --- a/site/index.html +++ b/site/index.html @@ -1,7 +1,5 @@ <section class="main-text"> - <div class="container"> - <p>VyOS is a fully open source, enterprise-grade router platform. Being open source and community-driven is not a liability for us, not an early stage gimmick we want to shed—it’s our distinctive advantage. VyOS started as a community fork of a discontinued Vyatta Core project in 2013, with a promise to live up to free and open source software values. We kept the promise and turned VyOS into a successful, self-funded project. </p> - </div> + <p>VyOS is a fully open source, enterprise-grade router platform. Being open source and community-driven is not a liability for us, not an early stage gimmick we want to shed—it’s our distinctive advantage. VyOS started as a community fork of a discontinued Vyatta Core project in 2013, with a promise to live up to free and open source software values. We kept the promise and turned VyOS into a successful, self-funded project. </p> </section> <section class="inform-columns"> |