diff options
| author | Fuwn <[email protected]> | 2024-06-12 15:31:26 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 15:31:26 +0000 |
| commit | 5f0d6c831bb24c70fbef0d0eadb75845f89cf3c0 (patch) | |
| tree | 6ae2c0b36c53f8846e757ec5e356c9a74c2dd7e6 | |
| parent | fix(index.html): fully hide image on mobile (diff) | |
| download | mayu-5f0d6c831bb24c70fbef0d0eadb75845f89cf3c0.tar.xz mayu-5f0d6c831bb24c70fbef0d0eadb75845f89cf3c0.zip | |
fix(index.html): mobile padding
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -182,6 +182,12 @@ margin-top: 20px; margin-bottom: -10px; } + + @media (max-width: 768px) { + main { + padding: 10px 17.7px; + } + } </style> <main> |