Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit 774e935

Browse files
committed
fixed width styling
1 parent 5c3885c commit 774e935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pages/Admin/Layout/AdminLayout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
height: calc(100% - 63px);
1414
}
1515

16-
@media (max-width: 900px){
16+
@media (max-width: 999px){
1717
.admin-container, .admin-container .item-list {
1818
width: 80%;
1919
margin: 0 auto;

0 commit comments

Comments
 (0)