General styles

This commit is contained in:
Fede Álvarez 2022-06-30 18:01:06 +02:00
parent 2b9b9e4871
commit af35562c22
2 changed files with 9 additions and 3 deletions

View File

@ -117,7 +117,12 @@
}
.mobile_img_container {
min-height: tovw(235px, 'mobile', 430px);
@include respond-to('mobile') {
display: unset;
min-height: tovw(235px, 'mobile', 430px);
}
display: none;
.token__img__mobile {
@include respond-to('mobile') {

View File

@ -7,7 +7,7 @@
}
position: relative;
padding: tovw(110px, 'default', 100px) 0;
padding: tovw(100px, 'default', 50px) 0;
.container {
@include respond-to('mobile') {
@ -151,10 +151,11 @@
.mobile_img_container {
@include respond-to('mobile') {
display: unset;
min-height: tovw(205px, 'mobile', 350px);
}
min-height: tovw(1520px, 'default', 720px);
display: none;
.watchers__img__mobile {
@include respond-to('mobile') {