Less space below logged-in info on mobile.
This commit is contained in:
parent
dbd5ebc798
commit
0c47f21416
|
@ -184,6 +184,9 @@ div.user form input {
|
|||
align-items: center;
|
||||
font-size: 90%;
|
||||
}
|
||||
.user.logged-in {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
dl {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue