From a756fb5f6ed713f20cd1d0e4b16e4b7f8996dd41 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 4 Apr 2019 18:48:07 +0200 Subject: [PATCH] UI Landing: Fix alignment on Firefox. Thanks Ines for the report! --- src/templates/projects/landing.pug | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index 1f6a700..2bfb8e7 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -165,10 +165,11 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} | {% endif %} | {% endfor %} - .text-center.mx-auto.py-3 - a.btn.btn-outline-primary.px-5( - href="{{ project_browse_url }}") - | See More Artwork + .clearfix + .text-center.mx-auto.py-3 + a.btn.btn-outline-primary.px-5( + href="{{ project_browse_url }}") + | See More Artwork .row.mt-5