More card bg fixes

This commit is contained in:
Hamcha 2019-09-11 21:27:44 +02:00
parent f21433e228
commit 246e256a09
Signed by: hamcha
GPG key ID: 41467804B19A3315

View file

@ -45,8 +45,10 @@
.cardbg { .cardbg {
position: absolute; position: absolute;
margin-top: 30%; margin-top: 30%;
max-width: 330px; right: -20px;
left: -20px; left: -20px;
max-width: none;
width: 120%;
filter: brightness(20%); filter: brightness(20%);
z-index: 1; z-index: 1;
} }