diff --git a/index.html b/index.html index fa77140..ba20e0d 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,10 @@ margin-left: 4rem; } + #homepage{ + display: grid; + } + .head { display: flex; flex-direction: column; @@ -72,17 +76,6 @@ background: #2f2f2f; } - .weatherforcastbox { - position: relative; - width: 12%; - left: 10px; - border: 3px double #2f2f2f; - padding: 10px 15px 10px 15px; - line-height: 20px; - display: inline-block; - margin: 0 50px 20px -360px; - } - .columns { padding-top: 2rem; display: grid; @@ -284,11 +277,6 @@ /*________________________________________________________________________________________________________________________________*/ /*MEDIAQUERIES*/ - @media all and (max-width: 1280px) { - .weatherforcastbox { - display: none; - } - } @media all and (max-width: 640px) { header { @@ -308,14 +296,6 @@ } } - -