Issue #3379522 by finnsky, Gauravvvv, kostyashupenko, smustgrave, Chi: Revert broken flexbox after Branding component creation

merge-requests/4726/head
Lauri Eskola 2023-09-08 11:53:29 +03:00
parent d6a990b8e6
commit 8e56fd316a
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 11 additions and 6 deletions

View File

@ -3,14 +3,8 @@
* This file is used to style the branding block. * This file is used to style the branding block.
*/ */
.branding {
flex: 0 1 40%;
}
@media screen and (min-width: 48em) { @media screen and (min-width: 48em) {
.branding { .branding {
flex: 0 1 220px;
margin: 2.5rem 0;
text-align: left; text-align: left;
} }
} }

View File

@ -36,3 +36,14 @@
padding: 0; padding: 0;
} }
} }
.region-header .block-system-branding-block {
flex: 0 1 40%;
}
@media screen and (min-width: 48em) {
.region-header .block-system-branding-block {
flex: 0 1 220px;
margin: 2.5rem 0;
}
}