aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-04-03 21:36:55 -0300
committerFlorian Fischer <florian.fischer@muhq.space>2025-08-20 15:57:14 +0200
commitde38cc3a361dcb2ecfbf595043f088be7ec96e55 (patch)
tree71645b34a8fd594007644e077ca73e88046b12b4
parent9203ce75a18af1a7bd3d2f4e79a697643384a8e9 (diff)
downloadmuhqs-game-de38cc3a361dcb2ecfbf595043f088be7ec96e55.tar.gz
muhqs-game-de38cc3a361dcb2ecfbf595043f088be7ec96e55.zip
improve type box alignment
-rw-r--r--latex/cards/de/unit_explanation.tex6
-rw-r--r--latex/cards/en/unit_explanation.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/latex/cards/de/unit_explanation.tex b/latex/cards/de/unit_explanation.tex
index 8b6e118c..642e0f57 100644
--- a/latex/cards/de/unit_explanation.tex
+++ b/latex/cards/de/unit_explanation.tex
@@ -11,12 +11,12 @@
\hspace{-0.19cm}
\begin{tikzpicture}[
-overlay,
-box/.style={red, draw},
+ overlay,
+ box/.style={red, draw},
]
\coordinate (typeSymbol) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*3.8);
- \coordinate (typeLine) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*7.5);
+ \coordinate (typeLine) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*8.5);
\coordinate (buycost) at (-\stripwidth + \strippadding / 2, \cardheight - \strippadding*4);
\coordinate (title) at (-\cardwidth / 2, \cardheight - \strippadding*4);
diff --git a/latex/cards/en/unit_explanation.tex b/latex/cards/en/unit_explanation.tex
index e93b55b9..13851b91 100644
--- a/latex/cards/en/unit_explanation.tex
+++ b/latex/cards/en/unit_explanation.tex
@@ -11,12 +11,12 @@
\hspace{-0.19cm}
\begin{tikzpicture}[
-overlay,
-box/.style={red, draw},
+ overlay,
+ box/.style={red, draw},
]
\coordinate (typeSymbol) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*3.8);
- \coordinate (typeLine) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*7.5);
+ \coordinate (typeLine) at (-\cardwidth + \stripwidth - \strippadding, \cardheight - \strippadding*8.5);
\coordinate (buycost) at (-\stripwidth + \strippadding / 2, \cardheight - \strippadding*4);
\coordinate (title) at (-\cardwidth / 2, \cardheight - \strippadding*4);