Skip to content

Commit

Permalink
remove the selector directly so that, in case there are nested elemen…
Browse files Browse the repository at this point in the history
…ts, they are spaced
  • Loading branch information
deletidev committed Dec 20, 2023
1 parent b2feb77 commit a04b4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export-samples/html/cv-monochrome-force.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
}

/* section about */
.about__text > * + * {
.about__text * + * {
margin-top: var(--space-8);
}
@media screen and (min-width: 834px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
}
/* section about */
.about__text > * + * {
.about__text * + * {
margin-top: var(--space-8);
}
@media screen and (min-width: 834px) {
Expand Down

0 comments on commit a04b4ee

Please sign in to comment.