mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
💄 Increase the display size of icons
This commit is contained in:
parent
7cb5333c5a
commit
b5af98d357
1 changed files with 4 additions and 3 deletions
|
@ -264,10 +264,11 @@
|
||||||
.grid-item-image {
|
.grid-item-image {
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
height: 20%;
|
max-height: 100px;
|
||||||
max-width: 120px;
|
max-width: 100px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
width: 3vw;
|
min-width: 40px;
|
||||||
|
width: 8vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue