[design] improve thin layout with block links

This commit is contained in:
Kuldeep M 2019-01-15 14:39:50 +00:00
parent 072dde6a89
commit bac241ae35
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
.is-layout-thin.is-link-block .link-area {
grid-template-columns: repeat(2, 1fr);
}
.link-item { .link-item {
width: 100%; width: 100%;
height: var(--link-height); height: var(--link-height);