From 36473daefbfc4e101f6e6f4b146164e9acd89602 Mon Sep 17 00:00:00 2001 From: Sergey Panarin Date: Mon, 8 Jul 2024 12:53:02 +0200 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style_may2024.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index bdc9796..5e29619 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -9252,3 +9252,9 @@ main + .news { border-bottom: 1px #cccccc solid; padding-bottom: 25px; } +@media (max-width: 1280px) { + #prev_worker .cabinet__inputs-item-buttons{ + position: absolute; + right: 0; + } +} -- 1.7.10.4