diff options
| author | s1n <[email protected]> | 2019-10-23 23:18:51 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 23:18:51 -0700 |
| commit | 571ffd17e89b18206356cd7c2ff2eb517358025f (patch) | |
| tree | 2fdbf757f76cb9ce5c5dadf8a6bf6fd79ed3243c /css/main.css | |
| parent | remove ; (diff) | |
| download | s1n.pw-admin-571ffd17e89b18206356cd7c2ff2eb517358025f.tar.xz s1n.pw-admin-571ffd17e89b18206356cd7c2ff2eb517358025f.zip | |
center home on mobile
Diffstat (limited to 'css/main.css')
| -rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index ec0b8ea..4ebe5e5 100644 --- a/css/main.css +++ b/css/main.css @@ -208,7 +208,7 @@ main { @media(max-width: 768px) { main { margin: auto; - width: 100%; + width: 86.21%; } .halloween { |