mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-02 15:51:08 +00:00
ef83ec88f5
Improved articles styling Improved bbcode to html formatting HTML and CSS refactorings Moved Extra into concerns Changed repo URL to read-only for deploys Fixes quotes in comments
16 lines
No EOL
164 B
SCSS
16 lines
No EOL
164 B
SCSS
/*
|
|
Breadcrumbs
|
|
*/
|
|
|
|
.breadcrumbs {
|
|
@include span-columns(12);
|
|
margin-bottom: em(20);
|
|
|
|
a {
|
|
display: inline-block;
|
|
}
|
|
|
|
.fa {
|
|
margin: 0 em(10);
|
|
}
|
|
} |