Commit cc4f8b9f authored by Dionysios G. Arvanitis's avatar Dionysios G. Arvanitis
Browse files

remove offset margin in row-fluid mobile layout

parent c52368d3
8 merge requests!5565Boostraptest,!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5326Replace watchr with node-supervisor,!5277Please delete,!5195Replace .remove() with .detach() in bootstrap-tooltip.js,!5054Dropdowns update - keyboard, touch and submenus,!5042Pagination Javascript Component,!5028Remove offset margin in row-fluid mobile layout
Showing with 3 additions and 0 deletions
+3 -0
...@@ -70,6 +70,9 @@ ...@@ -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
// ----------- // -----------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment