diff --git a/assets/style/style.css b/assets/style/style.css index f780c13..d7e0a77 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -59,8 +59,10 @@ * webpage was too narrow (Mobile devices). */ html, body { - max-width: 100%; + max-width: 100vw; overflow-x: hidden; + padding: 0; + margin: 0; } html { @@ -75,6 +77,7 @@ body { flex-direction: column; justify-content: center; align-items: center; + margin-top: 30px; } nav { @@ -139,6 +142,7 @@ nav a:visited:hover { img { padding: 10px; + margin: 0; overflow: scroll; max-height: 75vh; max-width: min(95vw, 125%);