_temp.scss
410 Bytes
.phone-header-temp {
text-align: right;
a {
font-size: 16px;
font-weight: 700;
line-height: 36px;
text-decoration: none !important;
color: $main-color;
}
}
.items-section-temp {
margin-bottom: 50px;
}
@media (max-width: 450px) {
.phone-header-temp a {
font-size: 15px;
line-height: 24px;
}
.logo-wr a img {
max-height: 24px !important;
}
}