Skip to content

Commit

Permalink
📱 fix crewmates size on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
  • Loading branch information
SindreKjelsrud committed May 5, 2024
1 parent c3dcbb7 commit 8d27467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- LIST -->
<li data-lang="en" id="sid">
<a href="https://kjelsrud.dev">kjelsrud.dev</a>
</li>
</li>
</ul>
</div>
</div>
Expand All @@ -56,7 +56,7 @@
.grid-cols {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
gap: 0.5rem;
}
}
ul, li a{
Expand Down

0 comments on commit 8d27467

Please sign in to comment.