mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
[doc] minor fix in the LESS mixins example
This commit is contained in:
parent
5c7d339752
commit
83354ab156
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
@ -501,7 +501,7 @@ base_url: "../"
|
|||
}
|
||||
}
|
||||
|
||||
// Generate the large column offsets
|
||||
// Generate the medium column offsets
|
||||
.make-md-column-offset(@columns) {
|
||||
@media (min-width: @screen-medium) {
|
||||
margin-left: percentage((@columns / @grid-columns));
|
||||
|
|
Loading…
Add table
Reference in a new issue