From 8e6ef07aadeb90404341ae22be5f398a6ee05235 Mon Sep 17 00:00:00 2001 From: Nadine Eunuos Date: Wed, 20 Sep 2023 14:36:43 +0200 Subject: [PATCH] fix side-bar and space to footer --- index.css | 6 +++--- index.html | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index 0e00593..824f127 100644 --- a/index.css +++ b/index.css @@ -83,7 +83,6 @@ body { .side-bar-container { display: flex; flex-direction: column; - height: 100vh; } .container { @@ -148,6 +147,7 @@ body { color: white; background-color: #004191; font-size: 18px; + } .img-container { @@ -162,8 +162,7 @@ body { .sat-doc li { list-style: none; margin: 20px; - padding-left: 0; - padding-right: 0; + padding:0; width: 160px; height: 60px; display: flex; @@ -220,6 +219,7 @@ body { align-items: center; padding-right: 170px; padding-left: 170px; + padding-bottom: 120px } .footer { diff --git a/index.html b/index.html index d7b8bc0..cb3a95f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@