updated theme GeneratePress version 3.2.0

This commit is contained in:
2022-10-27 11:14:10 +00:00
committed by Gitium
parent 7b1024e711
commit 1465186bc5
41 changed files with 3367 additions and 4581 deletions

View File

@ -1,7 +1,3 @@
.wp-block a {
text-decoration: none;
}
.block-editor-block-list__layout pre {
background: rgba(0, 0, 0, 0.05);
font-family: inherit;
@ -10,7 +6,6 @@
margin-bottom: 1.5em;
padding: 20px;
overflow: auto;
max-width: 100%;
color: inherit; /* editor only */
}

View File

@ -1218,8 +1218,8 @@ object {
margin: 0px 40px 0px 40px;
}
.one-container.archive .post:not(:last-child),
.one-container.blog .post:not(:last-child) {
.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
padding-bottom: 40px;
}

File diff suppressed because one or more lines are too long