Skip to content

Commit

Permalink
Better horizontal site scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 committed Jul 30, 2024
1 parent d9ac34b commit e367d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/stylesheets/generic.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ body {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
height: fit-content;
width: 60%;
}

@media (max-width: 768px) {
@media (max-width: 1300px) {
#box {
width: 90.22%;
width: 90%;
}
}

Expand Down

0 comments on commit e367d0b

Please sign in to comment.