Commit 83354ab1 authored by Javier Eguiluz's avatar Javier Eguiluz

[doc] minor fix in the LESS mixins example

parent 5c7d3397
...@@ -501,7 +501,7 @@ base_url: "../" ...@@ -501,7 +501,7 @@ base_url: "../"
} }
} }
// Generate the large column offsets // Generate the medium column offsets
.make-md-column-offset(@columns) { .make-md-column-offset(@columns) {
@media (min-width: @screen-medium) { @media (min-width: @screen-medium) {
margin-left: percentage((@columns / @grid-columns)); margin-left: percentage((@columns / @grid-columns));
......
Markdown is supported
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