Fix account panel breaking out of topbar on mobile

refs #163
This commit is contained in:
2019-11-27 11:55:08 +01:00
parent 9a4db6daf6
commit 42304a8e27
2 changed files with 7 additions and 1 deletions
@@ -8,4 +8,10 @@ header#topbar section#user-account {
margin-left: 0.6rem;
}
@include media-max(small) {
.anonymous {
display: none;
}
}
}