toulouse: reduce top space for neutral authentic pages on mobile

This commit is contained in:
Frédéric Péters 2019-08-10 11:52:44 +02:00
parent 31a969208f
commit a54d07a747
1 changed files with 6 additions and 0 deletions

View File

@ -1748,4 +1748,10 @@ div#rub_service div#info {
footer {
margin-left: 0;
}
@media screen and (max-width: $mobile-limit) {
div#main-content-wrapper,
#content #registration-title {
padding-top: 1rem;
}
}
}