Skip to content
Snippets Groups Projects

add spacing to buttons using list-inline on mobile view

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -577,4 +577,12 @@
@@ -577,4 +577,12 @@
// don't want it.
// don't want it.
.breadcrumbs-default-margin{
.breadcrumbs-default-margin{
margin-bottom:20px;
margin-bottom:20px;
 
}
 
 
.list-inline-xs-margin {
 
@media (max-width: @screen-xs-max) {
 
a.btn {
 
margin-bottom:5px;
 
}
 
}
}
}
 
\ No newline at end of file
Loading