mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
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:
parent
e0e9a87214
commit
ee0e8efa9d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue