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
2639931e88
commit
e0b2cd3a4a
@ -202,13 +202,18 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
||||||
text-align: right;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-area div#address-widget p {
|
.widget-area div#address-widget p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 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 {
|
||||||
|
flex-basis: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
|
|
||||||
header#masthead {
|
header#masthead {
|
||||||
@ -255,4 +260,8 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user