Skip to content

Commit

Permalink
Removed unnecessary margins
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Jan 19, 2025
1 parent d9b9884 commit 2e16dfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/theme/components/content/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const props = defineProps<{
align-items: center;
gap: 1em;
.wiki-image {
margin: 0;
}
h2 {
line-height: 1;
}
Expand Down
5 changes: 3 additions & 2 deletions docs/.vitepress/theme/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"icon title"
"icon description";

& > img {
& > .wiki-image {
grid-area: icon;

width: 100px;
margin: 0;
}

& > h1 {
Expand All @@ -36,7 +37,7 @@
"icon title"
"description description";

& > img {
& > .wiki-image {
width: 60px;
}
}
Expand Down

0 comments on commit 2e16dfb

Please sign in to comment.