Skip to content

Commit

Permalink
Limit scope of margin rule (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsey Zylstra <[email protected]>
  • Loading branch information
LZylstra and Lindsey Zylstra authored Dec 5, 2024
1 parent 87d2750 commit 11e3c05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/ResourcePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,6 @@ const related = computed(() => {
border-block-end: 1px solid var(--gray-200);
margin-block-end: var(--space-10);
* + * {
margin-block-start: var(--space-10);
}
.featured {
width: 100%;
}
Expand Down Expand Up @@ -500,4 +496,8 @@ const related = computed(() => {
}
}
}
.content main > * + * {
margin-block-start: var(--space-10);
}
</style>

0 comments on commit 11e3c05

Please sign in to comment.