Skip to content

Commit

Permalink
fix(card): spacing and background color
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 17, 2022
1 parent 84fe2cc commit e7c23e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/shared/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
padding: 24px;
box-shadow: var(--ifm-global-shadow-lw);
border-radius: 8px;
background: var(--bt-sidebar-background-color);
}

.clickable:hover {
Expand All @@ -24,7 +25,7 @@
}

.header {
margin-bottom: 8px;
margin-bottom: 4px;
}

.primary-header {
Expand Down

1 comment on commit e7c23e7

@vercel
Copy link

@vercel vercel bot commented on e7c23e7 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.