revert break change; make footer nowrap
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
dbe96c22cb
commit
1cb981e33e
@ -230,7 +230,7 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
|
||||
|
||||
|
||||
/* Normal desktop size */
|
||||
@media (min-width: 800px) {
|
||||
@media (min-width: 770px) {
|
||||
header#masthead {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -285,6 +285,10 @@ footer#colophon .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-col
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
footer#colophon .compact-keyvalue-table {
|
||||
whitespace: nowrap;
|
||||
}
|
||||
|
||||
footer#colophon .compact-keyvalue-table.ckt-right .wp-block-column p {
|
||||
text-align: right;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user