diff options
| -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> |