Centered Vaultlist

Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2018-09-30 01:04:57 +02:00
parent ff16d26d3a
commit d519d167ee

View file

@ -36,9 +36,9 @@
}
}
.vault_wrapper{
margin: 0 auto;
margin-top: 20px;
width: 100%;
margin:0 auto auto auto;
transform: translate(-150px);
max-width: 420px;
@include border-radius(5px);
box-shadow: 0 1px 1px #777;