Skip to content

Commit 26e140a

Browse files
committed
adjust outlink page 5
1 parent e260092 commit 26e140a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/routes/index/outlinks/+page.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
height: 0.0001px;
6262
margin: 0 0 -0.0001px 0;
6363
}
64+
65+
.ring-box {
66+
grid-template-columns: 1fr;
67+
}
68+
.ring-box > :global(li) {
69+
height: 9em;
70+
aspect-ratio: unset;
71+
}
6472
}
6573
6674
@media (min-width: 50em) {

0 commit comments

Comments
 (0)