aboutsummaryrefslogtreecommitdiff
path: root/components/Breadcrumbs/breadcrumbs.module.scss
blob: 104eec2830fd4e23a659345c440ea37f5010f09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.crumb {
    font-size: 1.10rem;
}

.divider {
    font-size: 1.0rem;
}

.crumb {
    align-content: center;
}

.divider {
    margin: 0 0.3rem;
}