dMerge branch 'dev'
All checks were successful
Build Docker / deploy (push) Successful in 1m3s
Build Docker / build (push) Successful in 53s

This commit is contained in:
2026-05-16 15:27:56 +03:00

View File

@@ -1506,9 +1506,7 @@ textarea {
.heading { .heading {
height: 500px; height: 500px;
} }
.map_div {
display: none;
}
.map_adress { .map_adress {
margin-bottom: 10px; margin-bottom: 10px;
text-decoration: underline; text-decoration: underline;
@@ -1536,8 +1534,8 @@ textarea {
} }
.map > div { .map > div {
border-radius: 0px; border-radius: 0px;
width: auto; width: 300px;
height: 350px; height: 200px;
overflow: none; overflow: none;
} }
.form_name input[type="text"] { .form_name input[type="text"] {
@@ -1671,13 +1669,19 @@ textarea {
background-color: #a8582a; background-color: #a8582a;
border: 1px solid #000; border: 1px solid #000;
} }
.map_btn {
display: none;
}
.map_link {
height: 200px;
}
.map_preview {
height: 200px;
}
} }
@media (max-width: 420px) { @media (max-width: 420px) {
.map > div{
height: 300px;
}
.time { .time {
font-size: 60px; font-size: 60px;
@@ -1729,7 +1733,4 @@ textarea {
font-size: 35px; font-size: 35px;
font-weight: 900; font-weight: 900;
} }
.map > div {
height: 220px;
}
} }