aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 08:31:26 -0700
committerFuwn <[email protected]>2024-06-12 08:31:26 -0700
commitcc8ba2138c8a471426359a6a87273dcc8a6d7333 (patch)
tree6ae2c0b36c53f8846e757ec5e356c9a74c2dd7e6
parente87448fbfa46cd53bf237009efc3305034c286ce (diff)
downloadmayu-cc8ba2138c8a471426359a6a87273dcc8a6d7333.tar.xz
mayu-cc8ba2138c8a471426359a6a87273dcc8a6d7333.zip
fix(index.html): mobile padding
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index e88266a..5e0f24f 100644
--- a/index.html
+++ b/index.html
@@ -182,6 +182,12 @@
margin-top: 20px;
margin-bottom: -10px;
}
+
+ @media (max-width: 768px) {
+ main {
+ padding: 10px 17.7px;
+ }
+ }
</style>
<main>