diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 16:38:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 16:38:54 +0900 |
| commit | 81f2357697cbe4476da3c344d1c71154b848c2a6 (patch) | |
| tree | ebcbeca7cf5d7f02da4109521392a360b796d803 /static/style.css | |
| parent | f3734ac3bd1a15a4bf2aaca8f73def5003380b86 (diff) | |
| download | blog.nsfisis.dev-81f2357697cbe4476da3c344d1c71154b848c2a6.tar.gz blog.nsfisis.dev-81f2357697cbe4476da3c344d1c71154b848c2a6.tar.zst blog.nsfisis.dev-81f2357697cbe4476da3c344d1c71154b848c2a6.zip | |
fix(style): fix width of header and footer on mobile device
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index f59691b..e919bc9 100644 --- a/static/style.css +++ b/static/style.css @@ -20,7 +20,7 @@ body { } @media screen and (max-width: 768px) { - body { + main { padding: 0 1rem; } } |
