commit jun 10

This commit is contained in:
2024-06-10 11:37:04 +02:00
parent 11af19a797
commit 27bfb40495
18 changed files with 601 additions and 130 deletions

View File

@@ -0,0 +1,45 @@
.address-contacts{
.address{
text-align: center;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
color: #777777;
}
.num-container-contacts{
margin-top: 10px;
text-align: center;
#phone-img{
color: #15c1cb;
}
.number-contacts{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
color: #777777;
}
}
}
.google-map{
iframe{
height: 412px;
}
}
@media only screen and (min-width:768px) {
.google-map{
iframe{
height: 612px;
}
}
}