Skip to content

Commit 86fe513

Browse files
committed
Set minimum site width of 300px
1 parent 463bfb1 commit 86fe513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ html {
55
}
66
body {
77
margin: 0;
8+
min-width: 300px;
89
}
910
article,
1011
aside,

0 commit comments

Comments
 (0)