We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468c2ea commit eaa9ed7Copy full SHA for eaa9ed7
src/components/ProjectList.astro
@@ -60,7 +60,7 @@ const { projects, variant = "full" } = props;
60
</ul>
61
62
<style>
63
- @media (max-width: 64rem) {
+ @media (max-width: 48rem) {
64
li.variant-short:nth-child(n + 3) {
65
display: none;
66
}
0 commit comments