commit 2e208215a2e4ec35b8331cfb194f1cb41703cdfd Author: gus gus@torproject.org Date: Fri May 1 15:35:38 2020 -0400
Make alert banner responsive --- templates/thank-you.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/thank-you.html b/templates/thank-you.html index 0c9f8d3e..d602d8ba 100644 --- a/templates/thank-you.html +++ b/templates/thank-you.html @@ -1,6 +1,6 @@ <div class="container"> <div class="row border-bottom border-light"> - <div class="badge content bg-warning p-3 mb-5 mx-auto text-lowercase"> + <div class="alert content bg-warning p-3 mb-5 mx-auto text-lowercase"> {{ _('We need your help to keep Tor secure and safe for millions across the globe.') }} <a href="/donate">{{ _('Donate Now') }}</a> </div>
tor-commits@lists.torproject.org