From 2a1563cab10625abed663a3909a5be3625577e2f Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 9 Jan 2021 21:04:06 +0100 Subject: [PATCH] Resize some showed pieces in rules --- client/src/translations/rules/Dobutsu/en.pug | 2 +- client/src/translations/rules/Dobutsu/es.pug | 2 +- client/src/translations/rules/Dobutsu/fr.pug | 2 +- client/src/translations/rules/Pacosako/en.pug | 8 ++++---- client/src/translations/rules/Pacosako/es.pug | 8 ++++---- client/src/translations/rules/Pacosako/fr.pug | 8 ++++---- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/src/translations/rules/Dobutsu/en.pug b/client/src/translations/rules/Dobutsu/en.pug index ae05563d..c43840cf 100644 --- a/client/src/translations/rules/Dobutsu/en.pug +++ b/client/src/translations/rules/Dobutsu/en.pug @@ -30,7 +30,7 @@ ul li Repetition of moves counts as a draw. figure.showPieces.text-center - img(src="/images/pieces/Dobutsu/wh.svg") + img(src="/images/pieces/Dobutsu/wh.svg" style="width:100px") figcaption Hen: promoted pawn. h3 More information diff --git a/client/src/translations/rules/Dobutsu/es.pug b/client/src/translations/rules/Dobutsu/es.pug index 74c6c548..28490a94 100644 --- a/client/src/translations/rules/Dobutsu/es.pug +++ b/client/src/translations/rules/Dobutsu/es.pug @@ -31,7 +31,7 @@ ul li Las jugadas repetitivas equivalen a un empate. figure.showPieces.text-center - img(src="/images/pieces/Dobutsu/wh.svg") + img(src="/images/pieces/Dobutsu/wh.svg" style="width:100px") figcaption Hen: pion promu. h3 Más información diff --git a/client/src/translations/rules/Dobutsu/fr.pug b/client/src/translations/rules/Dobutsu/fr.pug index 10a79116..af3876be 100644 --- a/client/src/translations/rules/Dobutsu/fr.pug +++ b/client/src/translations/rules/Dobutsu/fr.pug @@ -30,7 +30,7 @@ ul li La répétition de coups équivaut à une nulle. figure.showPieces.text-center - img(src="/images/pieces/Dobutsu/wh.svg") + img(src="/images/pieces/Dobutsu/wh.svg" style="width:100px") figcaption Hen: pion promu. h3 Plus d'information diff --git a/client/src/translations/rules/Pacosako/en.pug b/client/src/translations/rules/Pacosako/en.pug index 9e08caf7..2a787e85 100644 --- a/client/src/translations/rules/Pacosako/en.pug +++ b/client/src/translations/rules/Pacosako/en.pug @@ -27,10 +27,10 @@ p. terms will be used on this page. figure.showPieces.text-center - img(src="/images/pieces/Pacosako/wc.png") - img(src="/images/pieces/Pacosako/bc.png") - img(src="/images/pieces/Pacosako/bt.png") - img(src="/images/pieces/Pacosako/wv.png") + img(src="/images/pieces/Pacosako/wc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bt.png" style="width:60px") + img(src="/images/pieces/Pacosako/wv.png" style="width:60px") figcaption Some union pieces. p. diff --git a/client/src/translations/rules/Pacosako/es.pug b/client/src/translations/rules/Pacosako/es.pug index 3a41c529..a3a6f551 100644 --- a/client/src/translations/rules/Pacosako/es.pug +++ b/client/src/translations/rules/Pacosako/es.pug @@ -26,10 +26,10 @@ p. por lo tanto, ambos términos se utilizarán en esta página. figure.showPieces.text-center - img(src="/images/pieces/Pacosako/wc.png") - img(src="/images/pieces/Pacosako/bc.png") - img(src="/images/pieces/Pacosako/bt.png") - img(src="/images/pieces/Pacosako/wv.png") + img(src="/images/pieces/Pacosako/wc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bt.png" style="width:60px") + img(src="/images/pieces/Pacosako/wv.png" style="width:60px") figcaption Algunas uniones de piezas. p. diff --git a/client/src/translations/rules/Pacosako/fr.pug b/client/src/translations/rules/Pacosako/fr.pug index e18cdd12..d8a46aa1 100644 --- a/client/src/translations/rules/Pacosako/fr.pug +++ b/client/src/translations/rules/Pacosako/fr.pug @@ -26,10 +26,10 @@ p. donc les deux termes seront utilisés sur cette page. figure.showPieces.text-center - img(src="/images/pieces/Pacosako/wc.png") - img(src="/images/pieces/Pacosako/bc.png") - img(src="/images/pieces/Pacosako/bt.png") - img(src="/images/pieces/Pacosako/wv.png") + img(src="/images/pieces/Pacosako/wc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bc.png" style="width:60px") + img(src="/images/pieces/Pacosako/bt.png" style="width:60px") + img(src="/images/pieces/Pacosako/wv.png" style="width:60px") figcaption Quelques pièces unions. p. -- 2.44.0