From 8be827cd6ee7c54b1cdcfa8f5c55f6fb68c789ad Mon Sep 17 00:00:00 2001 From: Kostya Date: Sat, 27 Jan 2024 20:51:55 +0300 Subject: [PATCH] fixed bug with adaptation-chat --- .../src/assets/css/PagesStyles/home.css | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index da9d5e5..0e94100 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -306,20 +306,6 @@ .gamemode__twoline--first__element .container a { padding: 6px 11px; } - .write { - position: static; - margin: -45% 87% 6% 2%; - } - .write__content input { - padding: 0.625em 1% 14px 0.75em; - } - .write__content input::placeholder { - font-size: 11.5px; - } - .write__content button { - margin-left: -15%; - padding: 0.375em 0.375em; - } } @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { @@ -377,20 +363,6 @@ .gamemode__twoline--first__element .container a { padding: 6px 11px; } - .write { - position: static; - margin: -45% 87% 6% 2%; - } - .write__content input { - padding: 0.625em 1% 14px 0.75em; - } - .write__content input::placeholder { - font-size: 11.5px; - } - .write__content button { - margin-left: -15%; - padding: 0.375em 0.375em; - } } @media screen and (max-width: 1100px) {