From b4f3be91e29195de63a696bf79a9d2fb59987b3b Mon Sep 17 00:00:00 2001 From: Anders Date: Thu, 30 Jul 2020 10:34:00 +0200 Subject: [PATCH] Link on front page are now centered --- skolehjem/public/css/webapp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skolehjem/public/css/webapp.css b/skolehjem/public/css/webapp.css index 441aba7..cfb3715 100644 --- a/skolehjem/public/css/webapp.css +++ b/skolehjem/public/css/webapp.css @@ -341,6 +341,7 @@ a { .links { position: absolute; + align-self: center; width: 100%; bottom: 8px; height: 2rem;