Skip to content

Commit d2c6574

Browse files
Fix: Adjust container responsiveness for small screens (#329)
* Fix: Adjust container responsiveness for small screens
1 parent ab89398 commit d2c6574

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

+6
Original file line numberDiff line numberDiff line change
@@ -671,3 +671,9 @@ Animating title
671671
width: 200px;
672672
}
673673
}
674+
@media screen and (max-width: 420px) {
675+
.container {
676+
margin-top: 10px;
677+
max-width: 100%;
678+
}
679+
}

0 commit comments

Comments
 (0)