[tor-commits] [lego/develop] Update css and template for banner

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:25 UTC 2020


commit d2fb69f5a236a4a99a16498ba59e74081ac4ef15
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 30 17:09:52 2019 +0100

    Update css and template for banner
---
 assets/scss/_eoy.scss | 11 -----------
 templates/banner.html |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/assets/scss/_eoy.scss b/assets/scss/_eoy.scss
index 4bd8cfb..b374932 100644
--- a/assets/scss/_eoy.scss
+++ b/assets/scss/_eoy.scss
@@ -11,17 +11,6 @@
   src: url('fonts/LeagueGothic/LeagueGothic-Italic.otf');
 }
 
- at include media-breakpoint-down(md) {
-  .w-40 {
-    width: 40% !important;
-  }
-}
- at include media-breakpoint-down(lg) {
-  .w-40 {
-    width: 40% !important;
-  }
-}
-
 /* Don't move down content w banner. Navbar isn't fixed. */
 .page {
   padding-top: 0 !important; }
diff --git a/templates/banner.html b/templates/banner.html
index 58bba01..67c0375 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -9,7 +9,7 @@
         <div class="row">
           <h4 class="tracking-surveillan">{{ _('Tracking, surveillance, and censorship are widespread online.') }}</h4>
         </div>
-        <div class="row w-40">
+        <div class="row w-50">
           <h2 class="take-back-the-intern display-3 py-3">
             {{ _('TAKE BACK THE INTERNET WITH TOR') }}
           </h2>





More information about the tor-commits mailing list