mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-28 07:44:43 +00:00
remove offset margin in row-fluid mobile layout
This commit is contained in:
parent
c52368d3c5
commit
cc4f8b9f6c
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@
|
|||
width: 100%;
|
||||
.box-sizing(border-box);
|
||||
}
|
||||
.row-fluid [class*="offset"]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
// FORM FIELDS
|
||||
// -----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue