Fix select margins + lowered margins

This commit is contained in:
2026-01-23 11:50:16 +01:00
parent 89e0988a14
commit 677a9e3d7d

View File

@@ -33,8 +33,12 @@ input, button, select{
transition: all 0.3s ease;
}
input{
margin: 10px 0;
input, select{
margin: 5px 0;
}
input[type="radio"]{
width: auto;
}
input:focus, select:focus{