[tor-commits] [bridgedb] 02/03: Add missing padding on main

gitolite role git at cupani.torproject.org
Thu Sep 8 15:28:16 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 f4a5ae7c9556e69007879bdc6c0351bcfb38d9a2
Author: kez <kez at torproject.org>
AuthorDate: Wed Sep 7 14:34:10 2022 -0700

    Add missing padding on main
    
    Closes #40058
---
 frontend/assets/scss/_bridges.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss
index e14d767..3fd940b 100644
--- a/frontend/assets/scss/_bridges.scss
+++ b/frontend/assets/scss/_bridges.scss
@@ -92,3 +92,7 @@
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
 }
+
+main {
+    padding-bottom: 5rem;
+}

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


More information about the tor-commits mailing list