mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
🚑 Fix CI
This commit is contained in:
parent
be865af1fc
commit
a182ca3ab7
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
|||
min-height: 211px;
|
||||
|
||||
.thumbnail {
|
||||
border-top-left-radius:$br6;
|
||||
border-top-left-radius: $br6;
|
||||
border-bottom-left-radius: $br6;
|
||||
padding: 30px;
|
||||
display: block;
|
||||
|
|
|
@ -1000,7 +1000,7 @@
|
|||
padding: 0;
|
||||
|
||||
img {
|
||||
border-top-left-radius:$br5;
|
||||
border-top-left-radius: $br5;
|
||||
border-bottom-left-radius: $br5;
|
||||
height: 100%;
|
||||
width: 115%;
|
||||
|
|
Loading…
Add table
Reference in a new issue