mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -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 {
|
||||
|
||||
svg {
|
||||
height: 20%;
|
||||
max-width: 120px;
|
||||
max-height: 100px;
|
||||
max-width: 100px;
|
||||
min-height: 40px;
|
||||
width: 3vw;
|
||||
min-width: 40px;
|
||||
width: 8vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue