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;
|
||||
}
|
||||
|
||||
/* 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),
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue