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;
|
align-items: center;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
.user.logged-in {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue