Merge branch 'develop' of github.com:tainacan/tainacan-theme into develop
This commit is contained in:
commit
9d79adbfe4
|
@ -130,6 +130,10 @@
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* List Block has some weird alignment...*/
|
||||||
|
.wp-block-list {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
/* Columns */
|
/* Columns */
|
||||||
.wp-block-columns>.editor-inner-blocks >.editor-block-list__layout> [data-type="core/column"]:not(:last-child),
|
.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;
|
margin-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-title{
|
.tainacan-title {
|
||||||
.tainacan-title-page{
|
.tainacan-title-page{
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
border-bottom: 2px solid var(--tainacan-interface--link-color, #298596);
|
||||||
|
@ -1175,6 +1175,7 @@ nav {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
color: var(--tainacan-interface--link-color, #298596);
|
||||||
@media only screen and (max-width: 576px){
|
@media only screen and (max-width: 576px){
|
||||||
min-width: 85%;
|
min-width: 85%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue