Add built CSS
This commit is contained in:
parent
a5a6d54b34
commit
7d5fd47e82
1 changed files with 5 additions and 1 deletions
|
@ -1020,6 +1020,10 @@ table th,
|
|||
}
|
||||
}
|
||||
|
||||
.a8c-template-editor .block-editor-block-list__block-edit [data-block] {
|
||||
margin: 12px 0 0 0;
|
||||
}
|
||||
|
||||
.template-block .fse-template-part {
|
||||
padding: 16px;
|
||||
}
|
||||
|
@ -1038,7 +1042,7 @@ table th,
|
|||
display: none;
|
||||
}
|
||||
|
||||
.template-block .fse-template-part .wp-block-column .block-editor-block-list__layout [data-type='a8c/site-title']:first-child .site-title:not([data-align='full']) {
|
||||
.template-block .fse-template-part .wp-block-column .block-editor-block-list__layout [data-type='a8c/site-title']:first-child .site-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue