Add basic deck builder #12

Merged
hamcha merged 42 commits from feature/deckbuilder into master 2019-09-12 09:11:32 +00:00
Showing only changes of commit 246e256a09 - Show all commits

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;
} }