From 9b09ba7ab07ac99907fcb240b951333b26ed3b95 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Mon, 12 Apr 2021 18:43:31 +0200 Subject: [PATCH] fix svg icons below each other --- scss/_footer.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scss/_footer.scss b/scss/_footer.scss index 1535131..cfcf902 100644 --- a/scss/_footer.scss +++ b/scss/_footer.scss @@ -8,13 +8,19 @@ footer{ #footerContent{ - width: 100%; + width: 70%; display: flex; justify-content: center; + margin: 0 auto; div{ border-right: #3d3d3d 1px solid; padding: 20px; + flex-basis: 100%; + + &:last-child { + border-right: none; + } } h3 { @@ -48,4 +54,4 @@ footer{ height: 5px; width: 100%; background-color: $content-footer-div-color; -} +} \ No newline at end of file