mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
More consistent naming with screen size variables using xs, sm, md, and lg
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-small) {
|
||||
@media (min-width: @screen-sm) {
|
||||
> li {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
|
||||
Reference in New Issue
Block a user