From e92fb44439973fec339d57c66bd698f44c32185a Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Mon, 12 Apr 2021 18:46:59 +0200 Subject: [PATCH] fix footer on mobile --- scss/_mobile.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scss/_mobile.scss b/scss/_mobile.scss index 3fe86a6..819bb54 100644 --- a/scss/_mobile.scss +++ b/scss/_mobile.scss @@ -45,4 +45,18 @@ font-size: 2.2em; } } + + #footerContent{ + width: 100% !important; + display: block !important; + + div { + border-bottom: #3d3d3d 1px solid; + border-right: none !important; + + &:last-child { + border-bottom: none; + } + } + } } \ No newline at end of file -- GitLab