diff --git a/static/shared__.css b/static/shared__.css index f656a19..c2f9f1a 100644 --- a/static/shared__.css +++ b/static/shared__.css @@ -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; }