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 87d2750 commit 11e3c05Copy full SHA for 11e3c05
components/ResourcePage.vue
@@ -379,10 +379,6 @@ const related = computed(() => {
379
border-block-end: 1px solid var(--gray-200);
380
margin-block-end: var(--space-10);
381
382
- * + * {
383
- margin-block-start: var(--space-10);
384
- }
385
-
386
.featured {
387
width: 100%;
388
}
@@ -500,4 +496,8 @@ const related = computed(() => {
500
496
501
497
502
498
499
+
+.content main > * + * {
+ margin-block-start: var(--space-10);
+}
503
</style>
0 commit comments