Skip to content

Commit

Permalink
Remove red background and adjust position of card
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymouzin committed Dec 15, 2023
1 parent f9f8450 commit 678b8cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minimal-blog-card/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ body {
align-items: center;
background-color: var(--color-background);
font-weight: 100;
background-color: red;
}

.card {
max-width: 368px;
box-shadow: 8px 8px 16px 0px rgba(17, 23, 41, 0.05);
border-radius: var(--fs-small);
background-color: white;
margin-top: 164px;
margin-top: 162px;
}

.card-top {
Expand Down

0 comments on commit 678b8cd

Please sign in to comment.