[tor-commits] [lego/master] Update padding in bottom_banner

hiro at torproject.org hiro at torproject.org
Fri Oct 25 19:33:20 UTC 2019


commit 31602335de2b4a07f9bff1ce4d173b62b3b29f1f
Author: hiro <hiro at torproject.org>
Date:   Fri Oct 25 21:33:13 2019 +0200

    Update padding in bottom_banner
---
 templates/bottom_banner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/bottom_banner.html b/templates/bottom_banner.html
index be3d119..5c790e6 100644
--- a/templates/bottom_banner.html
+++ b/templates/bottom_banner.html
@@ -1,8 +1,8 @@
-<div class="banner__containter banner align-middle d-flex justify-content-center p-5">
+<div class="banner__containter banner align-middle d-flex justify-content-center">
   <input id="trigger" type="checkbox" title="Close banner" />
     <label for="trigger" class="footer__close text-white">X</label>
   <span class="eoy-sr-only text-white">Close banner</span>
-  <div class="eoy-banner row col-12" id="banner-header" role="contentinfo">
+  <div class="eoy-banner row col-12 p-5" id="banner-header" role="contentinfo">
     <div class="col-2"></div>
     <div class="col-8">
       <div class="col-12 row">



More information about the tor-commits mailing list