summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/play.css b/play.css
index 77745f0..5c929a4 100644
--- a/play.css
+++ b/play.css
@@ -39,17 +39,11 @@ header.your_turn.ve { background-color: hsl(40, 100%, 70%) }
display: flex;
flex-wrap: wrap;
align-content: start;
- justify-content: center;
+ justify-content: start;
gap: 16px;
padding: 16px;
}
-@media (max-width: 800px) {
- #card_panel {
- justify-content: start;
- }
-}
-
#table {
display: grid;
width: 100%;
@@ -408,11 +402,11 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; }
}
#discard_pile .card.side {
- margin-left: -226px;
+ margin-left: -206px;
}
#discard_pile .card.stack {
- margin-top: -325px;
+ margin-top: -305px;
}
.card.card_back {