Skip to content

Commit 0aec47b

Browse files
fixed width that's lesser than the content width git#472
1 parent 5845bd2 commit 0aec47b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/main.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ body {
6565
display: flex;
6666
margin: 0 auto;
6767
justify-content: center;
68+
flex-wrap: wrap;
6869
}
6970

70-
@media (max-width: 700px) {
71+
@media (max-width: 993px) {
7172
#wrapper {
7273
-webkit-box-orient: vertical;
7374
-webkit-box-direction: normal;

0 commit comments

Comments
 (0)