mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 20:00:59 +00:00
use @screen-small var in grid.less
Per comment by @nextgenthemes on/in cd06c5baac
This commit is contained in:
parent
c3b9ac4676
commit
e0b9b86d32
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
.generate-grid-columns(@grid-columns);
|
||||
|
||||
// Then generate the larger grid classes via media query
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: @screen-small) {
|
||||
.generate-large-grid-columns(@grid-columns);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue