Skip to content

Commit 8cfffa3

Browse files
committed
Set max-width for media query
1 parent d85b506 commit 8cfffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ button:hover {
121121

122122
@media only screen and (max-width: 600px) {
123123
.calculator {
124-
max-width: 100%;
124+
max-width: 90%;
125125
}
126126
}

0 commit comments

Comments
 (0)