0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 16:48:16 -05:00

💄 Increase the display size of icons

This commit is contained in:
mathieu.brunot 2019-02-23 18:40:42 +01:00
parent 7cb5333c5a
commit b5af98d357
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -264,10 +264,11 @@
.grid-item-image {
svg {
height: 20%;
max-width: 120px;
max-height: 100px;
max-width: 100px;
min-height: 40px;
width: 3vw;
min-width: 40px;
width: 8vw;
}
}