diff options
| author | s1n <[email protected]> | 2019-11-02 22:21:28 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-02 22:21:28 -0700 |
| commit | 093574e6df4c1ceb68fe6121c65e90356fd0f91e (patch) | |
| tree | ba25561b43241260eaba7a7bf07fca57094ae9ee /konami | |
| parent | make konami available on mobile (diff) | |
| download | s1n.pw-admin-093574e6df4c1ceb68fe6121c65e90356fd0f91e.tar.xz s1n.pw-admin-093574e6df4c1ceb68fe6121c65e90356fd0f91e.zip | |
try to fix mobile spacing on bigger devices
Diffstat (limited to 'konami')
| -rw-r--r-- | konami/css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/konami/css/main.css b/konami/css/main.css index 13371b4..1b29ce4 100644 --- a/konami/css/main.css +++ b/konami/css/main.css @@ -294,4 +294,11 @@ svg { margin: auto; width: 86.21%; } +} + +@media(max-width: 411px) { + main { + margin: auto; + width: 89.21%; + } }
\ No newline at end of file |