saone-et-loire-cd71-2019: display logout on its own line on mobile (#35958)

This commit is contained in:
Frédéric Péters 2019-09-09 18:18:11 +02:00
parent 2bc82ce365
commit 98875a8209
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ div#header-wrapper {
color: white;
.connected-user {
font-weight: bold;
@media screen and (max-width: $mobile-limit) {
display: block;
}
}
}
@media screen and (max-width: $mobile-limit) {