From 6f5b70ae48c7102c84a244e752f2ff2ec0c29602 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:23:41 -0400 Subject: [PATCH] Switeched grids in footer --- src/layouts/partials/footer.html | 1 + src/static/css/homepage.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 39e4223..38d4902 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -6,6 +6,7 @@

Equitable open-source for web3

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

tea.grid + grid
diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index a3c8a2d..cffe345 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -449,6 +449,10 @@ mark{ width: 100%; } + .footer-grid{ + display:none !important; + } + } @media only screen and (min-width: 576px) {