Skip to content

Commit e51a529

Browse files
authored
fix: mobile resolution content overflow (#6139)
1 parent 7fc2bca commit e51a529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/old/layout/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#main {
1414
.container {
1515
margin: 1em 20px;
16+
width: calc(100% - 40px);
1617
}
1718
}
1819
}

0 commit comments

Comments
 (0)