TRI-283: edit images xs

This commit is contained in:
2024-11-23 09:00:55 +03:00
parent 800b7ba493
commit 3c5331c2d3
25 changed files with 179 additions and 534 deletions

View File

@@ -215,6 +215,13 @@ b {
display: none;
}
}
&__xs {
@media (max-width: 479.98px) {
display: none;
}
}
}
.show {
@@ -234,6 +241,12 @@ b {
display: initial;
}
}
&__xs {
@media (min-width: 480px) {
display: none;
}
}
}
.br {

View File

@@ -131,6 +131,10 @@
margin-left: -5px;
margin-top: -6px;
}
@media (max-width: 479.98px) {
margin-bottom: 3px;
}
}
}