height-400 fix
This commit is contained in:
parent
64937339fa
commit
4399a0a120
@ -454,7 +454,7 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
}
|
}
|
||||||
.wp-block-columns,
|
.wp-block-columns,
|
||||||
.wp-block-cover {
|
.wp-block-cover {
|
||||||
padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
|
padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
.entry-content .wp-block-columns {
|
.entry-content .wp-block-columns {
|
||||||
@ -474,6 +474,9 @@ body:not(.wp-admin) .wp-block-group.team {
|
|||||||
.is-style-fixed-height-400 {
|
.is-style-fixed-height-400 {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
.is-style-fixed-height-400 {
|
||||||
|
min-height: 400px;
|
||||||
|
}
|
||||||
/* Footer */
|
/* Footer */
|
||||||
.bootscore-footer-columns,
|
.bootscore-footer-columns,
|
||||||
.bootscore-footer-info {
|
.bootscore-footer-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user