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 {
|
||||
|
||||
@@ -131,6 +131,10 @@
|
||||
margin-left: -5px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
@media (max-width: 479.98px) {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user