This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit b783559c74c65a7ca8f809c92a9f2afd4e4ee591 Author: kez kez@torproject.org AuthorDate: Thu Jun 16 18:14:37 2022 -0700
Add padding to top and bottom of FAQ questions --- frontend/assets/scss/_bridges.scss | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/frontend/assets/scss/_bridges.scss b/frontend/assets/scss/_bridges.scss index 3451262..cb44868 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -39,6 +39,11 @@ font-size: 1.5rem !important; font-weight: 500; } + + > details { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + } }
.bg-dark {