mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Merge pull request #10276 from javiereguiluz/patch-3
Correct comment in grid mixin example
This commit is contained in:
commit
0ce3d67f35
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…
Reference in a new issue