summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:06:45 +0200
committerAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:06:45 +0200
commitcecb62c1faed83f0ab7c05735e50cdcdb792e148 (patch)
tree311bb56ad65a835582d0d824581008ee2ebd4a09 /templates
parent1ddba21a965656d676f9a35125d83f5777be782d (diff)
downloadcommunity.vyos.net-cecb62c1faed83f0ab7c05735e50cdcdb792e148.tar.gz
community.vyos.net-cecb62c1faed83f0ab7c05735e50cdcdb792e148.zip
Minor banner section CSS updates after the Lato font was deleted
Diffstat (limited to 'templates')
-rw-r--r--templates/banner.html18
1 files changed, 9 insertions, 9 deletions
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