forked from platypush/platypush
[Carousel UI] Removed margin
This commit is contained in:
parent
d6ea4a1c42
commit
5961b08387
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
margin: -0.75em 0.75em 0.75em -0.75em !important;
|
margin: 0;
|
||||||
|
|
||||||
.background {
|
.background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue