Issue #3379522 by finnsky, Gauravvvv, kostyashupenko, smustgrave, Chi: Revert broken flexbox after Branding component creation
parent
d6a990b8e6
commit
8e56fd316a
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue