Fix style for mobile nav

This commit is contained in:
Mike Conrad
2024-07-27 09:20:30 -04:00
parent c4702fd101
commit d4eeec5c35

View File

@ -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;
}
}