Compactify the bottom footer a bit.
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
11af12701b
commit
89b17843ec
@ -107,6 +107,7 @@ footer#colophon {
|
|||||||
background: var(--grey32m);
|
background: var(--grey32m);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer#colophon > p {
|
footer#colophon > p {
|
||||||
@ -209,6 +210,10 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(.wp-block-columns.is-layout-flex) {
|
||||||
|
gap: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
/* override wordpress automatic squishing for mobile */
|
/* override wordpress automatic squishing for mobile */
|
||||||
footer#colophon div.widget-area div.compact-keyvalue-table {
|
footer#colophon div.widget-area div.compact-keyvalue-table {
|
||||||
flex-basis: auto !important;
|
flex-basis: auto !important;
|
||||||
@ -243,6 +248,10 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
|
|||||||
margin-right: var(--desktop-lrmargin);
|
margin-right: var(--desktop-lrmargin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer#colophon {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
footer#colophon > p {
|
footer#colophon > p {
|
||||||
margin-left: var(--desktop-lrmargin);
|
margin-left: var(--desktop-lrmargin);
|
||||||
margin-right: var(--desktop-lrmargin);
|
margin-right: var(--desktop-lrmargin);
|
||||||
|
Loading…
Reference in New Issue
Block a user