fix image alignment on setup cards for desktop

This commit is contained in:
Maier
2020-01-08 16:38:08 -05:00
parent b29b1312e2
commit f7154f45c2

View File

@@ -24,6 +24,11 @@
font-size: 0.9em;
}
.card-image {
top: 21%;
left: 14%;
}
.modal {
width: 92%;
}
@@ -159,6 +164,7 @@
.app-title img {
width: 35em;
filter: drop-shadow(45px -15px 100px rgba(255,255,255, 1));
}
#main-buttons a {
@@ -169,6 +175,11 @@
justify-content: flex-start;
}
.card-image {
top: 29%;
left: 20%;
}
#join-game-container input[type=text] {
width: 17em;
height: 1.7em;
@@ -422,8 +433,6 @@ button {
.card-image {
position: absolute;
pointer-events: none;
top: 21%;
left: 14%;
}
.card-quantity {