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 Apr 29, 2024
1 parent c3dcbb7 commit 0d72cad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<!-- LIST -->
<li data-lang="en" id="sid">
<a href="https://kjelsrud.dev">kjelsrud.dev</a>
</li> <li data-lang="en" id="sid">
<a href="https://kjelsrud.dev">kjelsrud.dev</a>
</li><li data-lang="en" id="sid">
<a href="https://kjelsrud.dev">kjelsrud.dev</a>
</li>
</ul>
</div>
Expand All @@ -56,7 +60,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 0d72cad

Please sign in to comment.