diff options
| author | s1n <[email protected]> | 2019-11-02 22:59:03 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-02 22:59:03 -0700 |
| commit | 69085e97b8def37bab8463134e1546fb7118737b (patch) | |
| tree | 1cb59c614ed131a08180d6953a2e0180edcfb444 /konami/css/main.css | |
| parent | test (diff) | |
| download | s1n.pw-admin-69085e97b8def37bab8463134e1546fb7118737b.tar.xz s1n.pw-admin-69085e97b8def37bab8463134e1546fb7118737b.zip | |
fix some linespacing home mobile
Diffstat (limited to 'konami/css/main.css')
| -rw-r--r-- | konami/css/main.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/konami/css/main.css b/konami/css/main.css index def7f7d..3826e15 100644 --- a/konami/css/main.css +++ b/konami/css/main.css @@ -289,16 +289,9 @@ svg { } /* Mobile Spacing */ -@media(max-width: 768px) { - main { - margin: auto; - width: 86.21%; - } -} - @media(max-width: 411px) { main { margin: auto; - width: auto; + width: 76.21%; } }
\ No newline at end of file |