mobile_fixes
This commit is contained in:
@@ -19,13 +19,25 @@
|
|||||||
--brand-twitter: #1da1f2;
|
--brand-twitter: #1da1f2;
|
||||||
--brand-gumroad: #ff90e8;
|
--brand-gumroad: #ff90e8;
|
||||||
--brand-jinxxy: #101010;
|
--brand-jinxxy: #101010;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("/bg.png");
|
background-image: url("/bg.png");
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
@media screen and (orientation: portrait) {}
|
||||||
|
|
||||||
|
padding: 0 0px;
|
||||||
|
|
||||||
|
@media screen and (orientation: landscape) {
|
||||||
|
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user