diff --git a/index.html b/index.html index 99db405..735aaf9 100644 --- a/index.html +++ b/index.html @@ -278,6 +278,23 @@ background: black; color: white; } + @media screen and (max-width: 600px) { + .nav{ + width: calc(100vw - 3rem); + margin-bottom: .5rem; + float: none; + } + .sections{ + float: none; + width: calc(100vw - 1rem); + } + .section{ + width: calc(100vw - 3rem); + } + .footer{ + display: none; + } + } @@ -300,10 +317,12 @@
- - - -
+
+ + + +
+