Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Signed-off-by: Jay <62393443+jeremylaratro@users.noreply.github.com>
  • Loading branch information
jeremylaratro authored Jun 28, 2024
1 parent 69f08f8 commit 3a83b8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a83b8b

Please sign in to comment.