mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
17 lines
199 B
SCSS
17 lines
199 B
SCSS
/*
|
|
Breadcrumbs
|
|
*/
|
|
|
|
.breadcrumbs {
|
|
@include span-columns(12);
|
|
margin-bottom: 20px;
|
|
|
|
a {
|
|
display: inline-block;
|
|
font-size: $base-font-size + 2px;
|
|
}
|
|
|
|
.fa {
|
|
margin: 0 10px;
|
|
}
|
|
}
|