diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:40:42 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-03 00:40:42 +0200 |
commit | a9238d22bdcb15bc6945993601fce5544a1d9a28 (patch) | |
tree | a6b5b9a3f902e0c658259dea245c483fa2fbe192 /src/en/euro | |
parent | 7abebd8dbeb17b59b9d01bbd39a0263d9f9f3a94 (diff) |
More mobile friendliness
Diffstat (limited to 'src/en/euro')
-rw-r--r-- | src/en/euro/coins.template.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/en/euro/coins.template.html b/src/en/euro/coins.template.html index 1f57a55..f4a4210 100644 --- a/src/en/euro/coins.template.html +++ b/src/en/euro/coins.template.html @@ -89,7 +89,17 @@ <tr> <th colspan=8>Standard Issues</th> </tr> - <tr> + <tr class=mobile> + <th>1c</th> + <th>2c</th> + <th>5c</th> + <th>10c</th> + <th>20c</th> + <th>50c</th> + <th>€1</th> + <th>€2</th> + </tr> + <tr class=not-mobile> <th>1 Cent</th> <th>2 Cent</th> <th>5 Cent</th> |