|
@@ -215,7 +215,7 @@ header {
|
|
|
object-fit: contain; }
|
|
|
@media (max-width: 891px) {
|
|
|
header .region-header #block-reha-logoministere {
|
|
|
- width: 150px;
|
|
|
+ width: 10%;
|
|
|
padding-left: 1rem; } }
|
|
|
header .region-header #block-reha-logoreha {
|
|
|
display: none;
|
|
@@ -234,6 +234,10 @@ header {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
height: fit-content; }
|
|
|
+ @media (max-width: 891px) {
|
|
|
+ header .region-header #block-reha-connexionutilisateur {
|
|
|
+ width: 10%;
|
|
|
+ padding-left: 1rem; } }
|
|
|
header .region-header #block-reha-connexionutilisateur .bouton-connexion {
|
|
|
padding-right: 3rem; }
|
|
|
header .region-header #block-reha-connexionutilisateur .bouton-connexion :before {
|