diff options
| author | Fuwn <[email protected]> | 2024-06-12 10:43:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 10:43:52 +0000 |
| commit | 8d04864cb6bf7891b8dcc9c06637d13b17f52bd6 (patch) | |
| tree | 22dc1eb3b92f3d9a0ce56eac4003506221a36a4d /index.html | |
| parent | feat(index.html): theme selector (diff) | |
| download | mayu-8d04864cb6bf7891b8dcc9c06637d13b17f52bd6.tar.xz mayu-8d04864cb6bf7891b8dcc9c06637d13b17f52bd6.zip | |
fix(index.html): attribution spacing on desktop
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |