add a min width so that mobile doesn't break :V
This commit is contained in:
parent
9141f5f7ef
commit
25e9676784
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
body {
|
||||
min-width: 750px;
|
||||
margin-top: 106px;
|
||||
position: relative;
|
||||
font-family: Roboto;
|
||||
|
|
Loading…
Reference in a new issue