Commit ee3fc11a authored by Mark Otto's avatar Mark Otto
Browse files

fix #2617: add negative margin to fixed-bottom navbar

parent 2729d157
2 merge requests!2929Responsive video - from zurp's foundation,!28752.0.3 wip
Showing with 4 additions and 2 deletions
+4 -2
No preview for this file type
......@@ -140,7 +140,8 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
......
......@@ -75,7 +75,8 @@
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
......
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