diff --git a/static/aix-marseille-metropole/_custom.scss b/static/aix-marseille-metropole/_custom.scss index 6b58d1c7..2728734c 100644 --- a/static/aix-marseille-metropole/_custom.scss +++ b/static/aix-marseille-metropole/_custom.scss @@ -198,3 +198,7 @@ body.has-picture { div.comment-field a { text-decoration: underline; } + +input[type="checkbox"], input[type="radio"] { + transform: scale(1.35); +}