Skip to content

Commit eaa9ed7

Browse files
committed
fix project list
1 parent 468c2ea commit eaa9ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const { projects, variant = "full" } = props;
6060
</ul>
6161

6262
<style>
63-
@media (max-width: 64rem) {
63+
@media (max-width: 48rem) {
6464
li.variant-short:nth-child(n + 3) {
6565
display: none;
6666
}

0 commit comments

Comments
 (0)