Fix layout of mobile footer. Adapt desktop footer styles.
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
89b17843ec
commit
6fdd96b6ab
@ -196,10 +196,12 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
.compact-keyvalue-table .wp-block-column {
|
.compact-keyvalue-table .wp-block-column {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
flex-grow: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
.compact-keyvalue-table .wp-block-column p {
|
.compact-keyvalue-table .wp-block-column p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
||||||
@ -208,6 +210,7 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
|
|
||||||
.widget-area div#address-widget p {
|
.widget-area div#address-widget p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
:where(.wp-block-columns.is-layout-flex) {
|
:where(.wp-block-columns.is-layout-flex) {
|
||||||
@ -273,8 +276,17 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact-keyvalue-table.ckt-right .wp-block-column p {
|
footer#colophon .compact-keyvalue-table.ckt-right .wp-block-column p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer#colophon .compact-keyvalue-table .wp-block-column p {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer#colophon .widget-area div#address-widget p {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user