From 8d04864cb6bf7891b8dcc9c06637d13b17f52bd6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 10:43:52 +0000 Subject: fix(index.html): attribution spacing on desktop --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'index.html') 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; + } } -- cgit v1.2.3