Skip to content

Commit 11e3c05

Browse files
LZylstraLindsey Zylstra
and
Lindsey Zylstra
authored
Limit scope of margin rule (#174)
Co-authored-by: Lindsey Zylstra <lindsey@directus.io>
1 parent 87d2750 commit 11e3c05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/ResourcePage.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ const related = computed(() => {
379379
border-block-end: 1px solid var(--gray-200);
380380
margin-block-end: var(--space-10);
381381
382-
* + * {
383-
margin-block-start: var(--space-10);
384-
}
385-
386382
.featured {
387383
width: 100%;
388384
}
@@ -500,4 +496,8 @@ const related = computed(() => {
500496
}
501497
}
502498
}
499+
500+
.content main > * + * {
501+
margin-block-start: var(--space-10);
502+
}
503503
</style>

0 commit comments

Comments
 (0)