Skip to content

Commit 1690094

Browse files
committed
feat: add spacing to breadcrumbs
1 parent 7e01bda commit 1690094

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ main > header > *:first-child{
146146

147147
main > header a {
148148
text-decoration: none;
149+
padding: 0 0.25rem;
150+
}
151+
152+
main > header a:first-child {
153+
padding-left: 0;
149154
}
150155

151156
article > header {

0 commit comments

Comments
 (0)