[tor-commits] [bridgedb] 32/66: Fix title container height

gitolite role git at cupani.torproject.org
Wed Jul 27 18:32:37 UTC 2022


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository bridgedb.

commit c21dab6efb1cc93bb284a9ca2f2e33716bbddf90
Author: kez <kez at torproject.org>
AuthorDate: Wed Jun 1 18:11:33 2022 -0700

    Fix title container height
---
 frontend/assets/scss/_bridges.scss | 4 ----
 frontend/templates/homepage.html   | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss
index 1fc9098..4138fdc 100644
--- a/frontend/assets/scss/_bridges.scss
+++ b/frontend/assets/scss/_bridges.scss
@@ -12,10 +12,6 @@
     padding: 20px;
 }
 
-.pb-6r {
-    padding-bottom: 6rem !important;
-}
-
 #bridgedb-support-body h3 {
     color: #7D4698;
 }
diff --git a/frontend/templates/homepage.html b/frontend/templates/homepage.html
index 840fcd0..e31449a 100644
--- a/frontend/templates/homepage.html
+++ b/frontend/templates/homepage.html
@@ -2,7 +2,7 @@
 <div class="page">
   <div class="container-fluid bg-primary">
     <div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}">
-      <div class="container bg-primary pt-5 pb-6r">
+      <div class="container bg-primary py-5">
         <div class="row">
           <div class="col-12 content-center pt-5">
             <div class="row">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list