This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit db00c5e130c505f71326d7f58b8bfaab072d28c7 Author: kez kez@torproject.org AuthorDate: Thu May 26 15:13:12 2022 -0700
Remove lorem ipsum --- frontend/templates/homepage.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/frontend/templates/homepage.html b/frontend/templates/homepage.html index 4529542..e7e6638 100644 --- a/frontend/templates/homepage.html +++ b/frontend/templates/homepage.html @@ -2,15 +2,12 @@ <div class="page"> <div class="container-fluid bg-primary"> <div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}"> - <div class="container bg-primary pt-5"> + <div class="container bg-primary pt-5 pb-6r"> <div class="row"> <div class="col-12 content-center pt-5"> <div class="row"> <h1 class="mx-auto display-2 text-center text-white">{{ this.title }}</h1> </div> - <div class="row"> - <h3 class="mx-auto p-3 text-center text-white">{{ _('Lorem ipsum dolor sit amet, consectetur adipiscing elit') }}</h3> - </div> </div> </div> </div>