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 {
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;
}
}