diff options
| author | s1n <[email protected]> | 2019-11-02 22:22:54 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-02 22:22:54 -0700 |
| commit | 6e57889fadff3ec7bf2da0d6e7765809d76be235 (patch) | |
| tree | ac9ee7aa9f6cac146b8412aefbeb74c3e71284c3 /konami/css | |
| parent | try to fix mobile spacing on bigger devices (diff) | |
| download | s1n.pw-admin-6e57889fadff3ec7bf2da0d6e7765809d76be235.tar.xz s1n.pw-admin-6e57889fadff3ec7bf2da0d6e7765809d76be235.zip | |
test
Diffstat (limited to 'konami/css')
| -rw-r--r-- | konami/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konami/css/main.css b/konami/css/main.css index 1b29ce4..def7f7d 100644 --- a/konami/css/main.css +++ b/konami/css/main.css @@ -299,6 +299,6 @@ svg { @media(max-width: 411px) { main { margin: auto; - width: 89.21%; + width: auto; } }
\ No newline at end of file |