Changed margin .row under .container-fluid to match padding

Since the default is padding: 0 15px, changing it to 0 5px
also requires a change to the row right after it
This commit is contained in:
Blade Barringer 2014-10-16 15:23:18 -05:00
parent e0e9a87214
commit ee0e8efa9d

View file

@ -42,6 +42,9 @@ a.hint:hover
.container-fluid
padding-right: 5px
padding-left: 5px
> .row
margin-left: -5px
margin-right: -5px
.tasks-lists .row .col-md-3
padding-right: 0
padding-left: 0