Add basic deck builder #12

Merged
hamcha merged 42 commits from feature/deckbuilder into master 2019-09-12 09:11:32 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 246e256a09 - Show all commits

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