From 6f3ff6956ba16ce48a641aa05fd51ccbc64f7c85 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Jan 2022 06:37:24 +0200 Subject: [PATCH] bb --- files/templates/marseys.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/templates/marseys.html b/files/templates/marseys.html index ffce1250e..c2314f24b 100644 --- a/files/templates/marseys.html +++ b/files/templates/marseys.html @@ -32,5 +32,11 @@ max-width: 125px; max-height: 125px; } + @media (max-width: 768px) { + .marsey { + max-width: 60px; + max-height: 60px; + } + } {% endblock %} \ No newline at end of file