new fixes

This commit is contained in:
2023-03-01 23:40:23 +03:00
parent 28a0c7f843
commit fceaa1d190
3 changed files with 57 additions and 3 deletions

View File

@ -64,6 +64,11 @@
height: 72px;
justify-content: space-between;
@media (max-width: 540px) {
padding: 10px 15px;
height: 60px;
}
@media (max-width: 500px) {
column-gap: 0;
justify-content: space-between;
@ -75,9 +80,13 @@
line-height: 32px;
color: #000000;
@media (max-width: 500px) {
@media (max-width: 660px) {
font-size: 16px;
}
@media (max-width: 490px) {
font-size: 12px;
}
}
&__hours {
@ -86,7 +95,7 @@
line-height: 32px;
color: #000000;
@media (max-width: 500px) {
@media (max-width: 660px) {
font-size: 11px;
}