Skip to content

Commit b70e4f2

Browse files
committed
fixed css
1 parent 54a77e6 commit b70e4f2

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

dist/breadcrumb.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles.css

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
ul.breadcrumb {
1+
nav.breadcrumb ol {
22
list-style: none;
33
padding: 0;
44
margin: 1em 0;
5-
font-size: 0.75em;
65
text-transform: capitalize;
76
}
87

9-
.breadcrumb li {
10-
display: inline;
8+
ol.breadcrumb--small {
9+
font-size: 0.83em;
10+
}
11+
12+
ol.breadcrumb--smaller {
13+
font-size: 0.75em;
1114
}
1215

13-
.breadcrumb li::after {
14-
content: '\203A';
15-
padding: 0 0.5em;
16+
ol.breadcrumb--normal {
17+
font-size: 1em;
1618
}
1719

18-
.breadcrumb li.active::after {
19-
content: '';
20+
.breadcrumb li {
21+
display: inline;
2022
}
2123

2224
.breadcrumb a {
2325
text-decoration: none;
24-
color: var(--accent);
2526
}
2627

2728
.breadcrumb a:hover {

0 commit comments

Comments
 (0)