45 lines
898 B
SCSS
Executable File
45 lines
898 B
SCSS
Executable File
.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;
|
|
}
|
|
}
|
|
|
|
} |