From 1a5320ad33a7cfb2b7c7a7057f5a7d26ddd72efb Mon Sep 17 00:00:00 2001 From: Vij Project Date: Tue, 4 Jun 2024 20:43:48 +0300 Subject: [PATCH] fixed header pets small screens --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 712c08a..d461dd9 100644 --- a/style.css +++ b/style.css @@ -2801,6 +2801,12 @@ box-shadow: 1px 1px 3px #000; #footer{ width: 100%; + max-width: 100%; + overflow: hidden; + } + + .footer-info-pets{ + gap: 4px; } #header_icons li{