universite-toulon: switch login page to column layout on mobile (#76410)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-07 19:29:56 +02:00
parent 68b641c60b
commit edda9fc631
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
div#login-page {
display: flex;
align-items: center;
@media($max-mobile-viewport) {
flex-direction: column;
}
}
.theme-auth-oidc {