From 30b370dfd0867762f43c8de492e96741a8d5d4c6 Mon Sep 17 00:00:00 2001 From: alena Date: Sat, 16 May 2026 15:26:19 +0300 Subject: [PATCH] fix_final_2 --- server/frontend/main/style.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/server/frontend/main/style.css b/server/frontend/main/style.css index 41c7118..8fb0d6b 100644 --- a/server/frontend/main/style.css +++ b/server/frontend/main/style.css @@ -1506,9 +1506,7 @@ textarea { .heading { height: 500px; } -.map_div { - display: none; -} + .map_adress { margin-bottom: 10px; text-decoration: underline; @@ -1536,8 +1534,8 @@ textarea { } .map > div { border-radius: 0px; - width: auto; - height: 350px; + width: 300px; + height: 200px; overflow: none; } .form_name input[type="text"] { @@ -1671,13 +1669,19 @@ textarea { background-color: #a8582a; border: 1px solid #000; } + .map_btn { + display: none; + } + .map_link { + height: 200px; + } + .map_preview { + height: 200px; + } } @media (max-width: 420px) { - .map > div{ - height: 300px; - } .time { font-size: 60px; @@ -1729,7 +1733,4 @@ textarea { font-size: 35px; font-weight: 900; } - .map > div { - height: 220px; - } } \ No newline at end of file