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
1 changed files with 3 additions and 1 deletions

View File

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