fix_final_2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user