Skip to content

Commit

Permalink
Set max-width for media query
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbright90 committed Jul 16, 2024
1 parent d85b506 commit 8cfffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ button:hover {

@media only screen and (max-width: 600px) {
.calculator {
max-width: 100%;
max-width: 90%;
}
}

0 comments on commit 8cfffa3

Please sign in to comment.