Compare commits
2 Commits
0196ef7bf5
...
f9b3d01967
| Author | SHA1 | Date | |
|---|---|---|---|
| f9b3d01967 | |||
| 30b370dfd0 |
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user