1
0
mirror of https://github.com/thangisme/notes.git synced 2025-02-21 06:57:46 -05:00

Better breadcrumb alignment

This commit is contained in:
Patrick Marsceill 2018-11-19 13:29:17 -05:00
parent 960d347f68
commit 74b468058a
No known key found for this signature in database
GPG Key ID: 286B93882D828F40

View File

@ -112,6 +112,11 @@
}
// Breadcrumb nav
.breadcrumb-nav {
@include mq(md) {
margin-top: -$sp-4;
}
}
.breadcrumb-nav-list {
padding-left: 0;