summaryrefslogtreecommitdiff
path: root/sass/theme/_breadcrumbs.scss
blob: 7ad2069498d84ab82923e81226511cb2d1a7a631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.breadcrumb-item {
	font-size: 18px;
}

.breadcrumb {
	background-color: inherit;
	padding-left: 0;
	align-items: left;
	border-radius: inherit;
}

@media( max-width: 768px ) {
	.breadcrumb-item.current-item.post-post {
		display: none;
	}
}