mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
16 lines
164 B
SCSS
16 lines
164 B
SCSS
|
/*
|
||
|
Breadcrumbs
|
||
|
*/
|
||
|
|
||
|
.breadcrumbs {
|
||
|
@include span-columns(12);
|
||
|
margin-bottom: em(20);
|
||
|
|
||
|
a {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.fa {
|
||
|
margin: 0 em(10);
|
||
|
}
|
||
|
}
|