feat: improves

This commit is contained in:
Nazareno Oviedo 2022-04-18 23:20:56 -03:00
parent 336435e399
commit 2c522a0c3a

View File

@ -124,6 +124,11 @@
gap: tovw(24px, 'default', 24px);
img {
@include respond-to('mobile') {
width: tovw(192px, 'mobile');
height: tovw(192px, 'mobile');
}
border-radius: tovw(5px, 'default', 5px);
overflow: hidden;
}