First step to footer responsiveness.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e0b2cd3a4a
commit
11af12701b
@ -210,7 +210,11 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* override wordpress automatic squishing for mobile */
|
/* override wordpress automatic squishing for mobile */
|
||||||
footer#colophon.site-footer div.widget-area div.is-layout-constrained.wp-block-group.compact-keyvalue-table.ckt-right {
|
footer#colophon div.widget-area div.compact-keyvalue-table {
|
||||||
|
flex-basis: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
|
||||||
flex-basis: auto !important;
|
flex-basis: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user