Fixes to page template landing and heading group

This commit is contained in:
mateuswetah 2020-07-14 16:51:14 -03:00
parent 8b7a90acf0
commit 8413abed2c
3 changed files with 6 additions and 3 deletions

View File

@ -276,8 +276,8 @@
max-width: 200px; max-width: 200px;
} }
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
border-width: 4px; border-width: 2px;
height: 4px; height: 3px;
} }
} }
&>ul, &>ul,

View File

@ -463,7 +463,7 @@
border-color: #298596; border-color: #298596;
} }
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
border-width: 3px; border-width: 2px;
height: 3px; height: 3px;
} }
} }

View File

@ -752,6 +752,9 @@ nav{
} }
} }
.page-template-landing>div>.row{
padding-top: 0;
}
.page-template-landing article section.tainacan-content, .page-template-landing article section.tainacan-content,
.page-template-landing-breadcrumb article section.tainacan-content { .page-template-landing-breadcrumb article section.tainacan-content {
&>div { &>div {