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

.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;
	}
}