saone-et-loire-cd71-2019: give login/register their own lines (#35958)

This commit is contained in:
Frédéric Péters 2019-09-10 06:45:13 +02:00
parent 75e538f436
commit f49e83443c
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ div#header-wrapper {
right: -10px;
background: white;
}
@media screen and (max-width: $mobile-limit) {
span.login a {
display: block;
padding-bottom: 5px;
}
}
a {
color: white;
.connected-user {