Less space below logged-in info on mobile.

This commit is contained in:
Sage Vaillancourt 2022-09-30 00:55:07 -04:00
parent dbd5ebc798
commit 0c47f21416
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ div.user form input {
align-items: center; align-items: center;
font-size: 90%; font-size: 90%;
} }
.user.logged-in {
margin-bottom: 1em;
}
dl { dl {
display: flex; display: flex;