We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2ae82 commit 34de30eCopy full SHA for 34de30e
src/components/Card.module.css
@@ -38,7 +38,7 @@
38
}
39
40
.card .title {
41
- margin-top: 1em;
+ margin-top: 0;
42
margin-bottom: 0.75rem;
43
44
@@ -53,11 +53,11 @@
53
display: inline;
54
55
56
-.card *:first-child {
+.card > div:first-child > *:first-child {
57
margin-top: 0;
58
59
60
-.card *:last-child {
+.card > div:last-child > *:last-child {
61
margin-bottom: 0;
62
63
0 commit comments