Skip to content

Commit

Permalink
set grid template back to normal on wide view
Browse files Browse the repository at this point in the history
  • Loading branch information
Xillians committed Jun 18, 2024
1 parent 4d95735 commit 939951f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/project-list-card.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const { data } = Astro.props;

dl {
display: grid;
grid-template-columns: 1fr 1fr;
text-align: end;
gap: 1rem;
margin: 0;
Expand All @@ -70,6 +71,7 @@ const { data } = Astro.props;
}
dl {
text-align: start;
grid-template-columns: 1fr;
}
}
</style>

0 comments on commit 939951f

Please sign in to comment.