aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 10:43:52 +0000
committerFuwn <[email protected]>2024-06-12 10:43:52 +0000
commit8d04864cb6bf7891b8dcc9c06637d13b17f52bd6 (patch)
tree22dc1eb3b92f3d9a0ce56eac4003506221a36a4d /index.html
parentfeat(index.html): theme selector (diff)
downloadmayu-8d04864cb6bf7891b8dcc9c06637d13b17f52bd6.tar.xz
mayu-8d04864cb6bf7891b8dcc9c06637d13b17f52bd6.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>