Merge branch 'develop' of github.com:tainacan/tainacan-theme into develop

This commit is contained in:
Adrian 2021-11-17 22:50:35 +02:00
commit 9d79adbfe4
3 changed files with 7 additions and 2 deletions

View File

@ -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),

View File

@ -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;

File diff suppressed because one or more lines are too long