aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 03:43:52 -0700
committerFuwn <[email protected]>2024-06-12 03:43:52 -0700
commit5f47408a0527dc5f3e25dc392c688e715ec0c400 (patch)
tree22dc1eb3b92f3d9a0ce56eac4003506221a36a4d /index.html
parent9a3dc5abfafbbfb7169b5f033b3e8c53cbf5a257 (diff)
downloadmayu-5f47408a0527dc5f3e25dc392c688e715ec0c400.tar.xz
mayu-5f47408a0527dc5f3e25dc392c688e715ec0c400.zip
fix(index.html): attribution spacing on desktop
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index e0029cc..530d71e 100644
--- a/index.html
+++ b/index.html
@@ -65,6 +65,7 @@
select {
color: #9fadbd;
+ margin-bottom: 35%;
}
select:focus {
@@ -124,7 +125,7 @@
@media (max-width: 768px) {
main {
flex-direction: column;
- gap: 60px;
+ gap: 40px;
}
.attribution-1 {
@@ -139,6 +140,10 @@
position: unset;
margin-top: 40px;
}
+
+ select {
+ margin-bottom: unset;
+ }
}
</style>