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 @@