From 129f0aa6eeb0d692d25a0bf000b6de62926b68bf Mon Sep 17 00:00:00 2001 From: none Date: Fri, 2 Feb 2024 20:56:45 +0300 Subject: [PATCH] =?UTF-8?q?+=20=D0=A1=D0=B2=D0=B5=D1=80=D1=85=D1=83=D0=B7?= =?UTF-8?q?=D0=BA=D0=B8=D0=B5=20=D1=82=D0=B5=D0=BB=D0=B5=D1=84=D0=BE=D0=BD?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/style.css b/assets/style.css index 7a71074..d5cd70e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -124,3 +124,9 @@ body { } } +/* Сверхузкие телефоны */ +@media (max-width: 400px) { + .panel { + flex-direction: column; + } +}