Skip to content

Commit cd3f725

Browse files
Update src/pages/blog/tag/[tag]/[...page].astro
Co-authored-by: Anca Matei <98110730+Anca2022@users.noreply.github.com>
1 parent 3c437bf commit cd3f725

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/blog/tag/[tag]/[...page].astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ const { page, allTags, selectedTag } = Astro.props;
161161
padding-block-start: var(--space-l);
162162
}
163163

164+
.breadcrumbs li:not(:first-child)::before {
165+
content: ">";
166+
display: inline-flex;
167+
margin-inline-start: var(--space-3xs);
168+
}
169+
164170
.breadcrumbs a {
165171
color: var(--color-primary);
166172
text-decoration: none;

0 commit comments

Comments
 (0)