styled spaces in footer
This commit is contained in:
parent
0ab8d777eb
commit
c45a94516f
|
@ -1318,12 +1318,12 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer :where(.wp-block-columns.is-layout-flex) {
|
||||
gap: 6em;
|
||||
gap: 8em;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-footer .site-info > section {
|
||||
margin-top: 2em;
|
||||
padding: 2em 0;
|
||||
padding: 2em 4em;
|
||||
border-top: 0.1em solid #fff;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -77,12 +77,15 @@
|
|||
color: $color__white;
|
||||
margin-top: 4em;
|
||||
:where(.wp-block-columns.is-layout-flex) {
|
||||
gap: 6em;
|
||||
gap: 8em;
|
||||
}
|
||||
.wp-block-column:last-of-type {
|
||||
//padding-left: 4em;
|
||||
}
|
||||
.site-info {
|
||||
&> section {
|
||||
margin-top: 2em;
|
||||
padding: 2em 0;
|
||||
padding: 2em 4em;
|
||||
border-top: 0.1em solid $color__white;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1185,12 +1185,12 @@ textarea {
|
|||
}
|
||||
|
||||
.site-footer :where(.wp-block-columns.is-layout-flex) {
|
||||
gap: 6em;
|
||||
gap: 8em;
|
||||
}
|
||||
|
||||
.site-footer .site-info > section {
|
||||
margin-top: 2em;
|
||||
padding: 2em 0;
|
||||
padding: 2em 4em;
|
||||
border-top: 0.1em solid #fff;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue