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