diff --git a/style/style.css b/style/style.css index d0d8453..434f155 100644 --- a/style/style.css +++ b/style/style.css @@ -189,6 +189,24 @@ nav { } } + @media only screen and (max-width: 600px) { + header { + display: none; + } + footer { + display: none; + } + nav { + display: none; + } + body { + display: flex; + } + main { + height: 90vh; + width: 100vw; + } +} section { width: 55vw; }