style.css: move user control spacing to css

This commit is contained in:
Zankaria 2024-10-01 01:20:41 +02:00
parent 13817e83be
commit da29ff3f85
2 changed files with 7 additions and 3 deletions

View file

@ -493,6 +493,10 @@ input.delete {
font-weight: bold;
}
.user-controls > a {
margin-left: 1ch;
}
@media (max-width: 48em) {
.intro > .user-controls {
clear: both;