mirror of https://github.com/ghostfolio/ghostfolio
3 changed files with 9 additions and 6 deletions
@ -1,7 +1,9 @@ |
|||||
:host { |
:host { |
||||
display: flex; |
display: flex; |
||||
flex: 0 0 auto; |
flex: 0 0 auto; |
||||
margin-bottom: 0; |
|
||||
min-height: 0; |
min-height: 0; |
||||
padding: 0 !important; |
|
||||
|
@media (min-width: 576px) { |
||||
|
padding: 0 !important; |
||||
|
} |
||||
} |
} |
||||
|
Loading…
Reference in new issue