Fixes title color and list block alignment.
This commit is contained in:
parent
80d2d7731d
commit
a5b43d1e84
|
@ -130,6 +130,10 @@
|
|||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* List Block has some weird alignment...*/
|
||||
.wp-block-list {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Columns */
|
||||
.wp-block-columns>.editor-inner-blocks >.editor-block-list__layout> [data-type="core/column"]:not(:last-child),
|
||||
|
|
|
@ -1165,7 +1165,7 @@ nav {
|
|||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
.tainacan-title{
|
||||
.tainacan-title {
|
||||
.tainacan-title-page{
|
||||
margin-bottom: 0.75rem;
|
||||
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
||||
|
@ -1175,6 +1175,7 @@ nav {
|
|||
word-break: break-word;
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
color: var(--tainacan-interface--link-color, #298596);
|
||||
@media only screen and (max-width: 576px){
|
||||
min-width: 85%;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue