Skip to content

Commit

Permalink
[Build] fix spacing on project card being off
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Aug 23, 2024
1 parent aa4c146 commit cc87fbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/ui/ProjectCardV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@ defineProps({
align-items: baseline;
white-space: nowrap;
overflow: hidden;
p {
margin: 0;
padding: 0;
}
}
.name {
Expand Down

0 comments on commit cc87fbb

Please sign in to comment.