diff --git a/styles.css b/styles.css index 65c6489..f84a08d 100644 --- a/styles.css +++ b/styles.css @@ -13,7 +13,11 @@ body { background: #202731; overflow: scroll; } - +#website-container { + max-width: 100%; + max-height: 100%; + overflow: auto; /* Add scrolling if necessary */ +} section { position: relative; display: flex;