Skip to content

Commit

Permalink
fix 8px border radius on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Sep 29, 2023
1 parent 454666d commit 4ea7f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stylesheets/neoteroi-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.nt-card {
border-radius: 8px;
border-radius: 4px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background-color: var(--md-primary-fg-color);
}
Expand Down

0 comments on commit 4ea7f18

Please sign in to comment.