
This is an automated email from the git hooks/post-receive script. meskio pushed a commit to branch main in repository bridgedb. commit 9cffaff26995ca37ee4473626a483d2227f78ee8 Author: kez <kez@torproject.org> AuthorDate: Thu Jun 16 18:06:59 2022 -0700 Ensure support paragraphs are the right font size --- 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 0937397..2b678c6 100644 --- a/frontend/assets/scss/_bridges.scss +++ b/frontend/assets/scss/_bridges.scss @@ -34,6 +34,10 @@ cursor: pointer; } } + + p * { + font-size: 1.5rem; + } } .bg-dark { -- To stop receiving notification emails like this one, please contact the administrator of this repository.