Commit 12558bb5 authored by Liam's avatar Liam
Browse files

Fixed error in documentation in mixins.less

parent 4f7f1f6c
Showing with 1 addition and 1 deletion
+1 -1
...@@ -618,7 +618,7 @@ ...@@ -618,7 +618,7 @@
} }
} }
// Generate the large column offsets // Generate the medium column offsets
.make-md-column-offset(@columns) { .make-md-column-offset(@columns) {
@media (min-width: @screen-md-min) { @media (min-width: @screen-md-min) {
margin-left: percentage((@columns / @grid-columns)); margin-left: percentage((@columns / @grid-columns));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment