Fixes to page template landing and heading group
This commit is contained in:
parent
8b7a90acf0
commit
8413abed2c
|
@ -276,8 +276,8 @@
|
|||
max-width: 200px;
|
||||
}
|
||||
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
||||
border-width: 4px;
|
||||
height: 4px;
|
||||
border-width: 2px;
|
||||
height: 3px;
|
||||
}
|
||||
}
|
||||
&>ul,
|
||||
|
|
|
@ -463,7 +463,7 @@
|
|||
border-color: #298596;
|
||||
}
|
||||
hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
||||
border-width: 3px;
|
||||
border-width: 2px;
|
||||
height: 3px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -752,6 +752,9 @@ nav{
|
|||
}
|
||||
}
|
||||
|
||||
.page-template-landing>div>.row{
|
||||
padding-top: 0;
|
||||
}
|
||||
.page-template-landing article section.tainacan-content,
|
||||
.page-template-landing-breadcrumb article section.tainacan-content {
|
||||
&>div {
|
||||
|
|
Loading…
Reference in New Issue