mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
remove offset margin in row-fluid mobile layout
This commit is contained in:
parent
c52368d3c5
commit
cc4f8b9f6c
@ -70,6 +70,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
}
|
}
|
||||||
|
.row-fluid [class*="offset"]:first-child {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// FORM FIELDS
|
// FORM FIELDS
|
||||||
// -----------
|
// -----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user