From 7c082e017601026239478a957ac7fdba9a7e913b Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Mon, 16 Mar 2020 19:54:54 +0100 Subject: [PATCH] navabar same color as background --- css/index.css | 9 ++++++++- index.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 58daac3..3bf307c 100644 --- a/css/index.css +++ b/css/index.css @@ -11,7 +11,6 @@ body, html { } #section1 { - padding-top: 200px; background-color: #311E25; color: white; } @@ -33,6 +32,10 @@ body, html { /* screen larger than 600px -- desktop */ @media screen and (min-width: 601px) { + #section1{ + padding-top: 200px; + } + #preTitle{ font-size: 35px; } @@ -49,6 +52,10 @@ body, html { /* Screen smaller than 600px -- mobile */ @media screen and (max-width: 600px) { + #section1{ + padding-top: 100px; + } + #preTitle{ font-size: 15px; } diff --git a/index.html b/index.html index af69c6a..c2702ab 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ -