[design] improve thin layout with block links
This commit is contained in:
parent
072dde6a89
commit
bac241ae35
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue