Compare commits
2 Commits
ea036cce40
...
113eb73305
| Author | SHA1 | Date | |
|---|---|---|---|
| 113eb73305 | |||
| 79ebb16243 |
@@ -1101,6 +1101,7 @@ img {
|
|||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
.contacts-card__item-content small {
|
.contacts-card__item-content small {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -1527,6 +1528,9 @@ img {
|
|||||||
.footer__bottom a {
|
.footer__bottom a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
.footer__nav h4, .footer__contacts h4 {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.header__inner {
|
.header__inner {
|
||||||
|
|||||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1161,6 +1161,7 @@ img {
|
|||||||
color: $color-text-soft;
|
color: $color-text-soft;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.45;
|
line-height: 1.45;
|
||||||
|
font-weight:300;
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
@@ -1687,6 +1688,14 @@ img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.footer {
|
||||||
|
&__nav,
|
||||||
|
&__contacts{
|
||||||
|
h4 {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include respond($bp-lg) {
|
@include respond($bp-lg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user