Skip to content

Commit

Permalink
fix: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grv-saini-20 committed Aug 23, 2024
1 parent 4f838e8 commit ef536a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .svelte-kit/generated/server/internal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/vite/bin/vite.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib/project/GenericCard/GenericCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
background-color: var(--primary-700);
padding: 40px;
border-radius: 10px;
text-align: justify;
& > img {
margin-block: 20px;
}
Expand Down
1 change: 1 addition & 0 deletions src/lib/project/TextCard/TextCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
padding-inline: 40px;
padding-block: 38px;
border-radius: 16px;
text-align: justify;
& > .heading {
margin-block-end: 16px;
}
Expand Down

0 comments on commit ef536a8

Please sign in to comment.