Fix style for mobile nav
This commit is contained in:
@ -557,4 +557,13 @@ html :where([style*=border-width]) {
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
word-wrap: normal !important;
|
word-wrap: normal !important;
|
||||||
}
|
}
|
||||||
|
.wp-container-core-group-is-layout-1 {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
gap: 2em;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 475px) {
|
||||||
|
img.wp-image-44 {
|
||||||
|
max-width: 75px;
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user