fix: too large image for goodies and food illustrations on mobile
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
color: var(--main-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
.goodies, .food {
|
||||
text-align: justify;
|
||||
}
|
||||
.goodies_pic, .food_pic {
|
||||
max-width: 7em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 44em) {
|
||||
@@ -104,6 +110,6 @@
|
||||
text-align: justify;
|
||||
}
|
||||
.goodies_pic, .food_pic {
|
||||
max-width: 5em;
|
||||
max-width: 4em;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user