- client: fix guide tab styles

This commit is contained in:
Ildar Kamalov
2020-08-01 17:12:29 +03:00
parent 3cecd6f090
commit b9aa969a56
3 changed files with 32 additions and 3 deletions

View File

@@ -13,3 +13,17 @@
margin-bottom: 20px;
font-size: 15px;
}
.guide__address {
display: block;
margin-bottom: 7px;
font-size: 13px;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.guide__address {
display: list-item;
font-size: 15px;
}
}