[lego/develop] Update css and template for banner

commit d2fb69f5a236a4a99a16498ba59e74081ac4ef15 Author: hiro <hiro@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'); } -@include media-breakpoint-down(md) { - .w-40 { - width: 40% !important; - } -} -@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>
participants (1)
-
hiro@torproject.org