
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@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.