TRI-283: edit images xs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user