mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Corrected gap in filters style
This commit is contained in:
parent
7c51910835
commit
490b0d1b1b
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
.filters
|
||||
padding-top: 1em
|
||||
padding-bottom: 0.618em
|
||||
padding-left: 15px
|
||||
padding-right: 15px
|
||||
padding: 1em 15px 0.382em
|
||||
margin-left: 0.382em
|
||||
margin-right: 0em
|
||||
&:after
|
||||
content: ""
|
||||
display: table
|
||||
clear: both
|
||||
ul
|
||||
float: left
|
||||
list-style: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue