commit jun 10
This commit is contained in:
45
style/contacts/_contacts_address.scss
Normal file
45
style/contacts/_contacts_address.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user