mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 01:56:39 +02:00
✨ Improved codegen
This commit is contained in:
parent
30d78554c2
commit
ac184a7c8f
4 changed files with 59 additions and 55 deletions
|
@ -22,10 +22,10 @@
|
|||
(def prelude "
|
||||
html, body {
|
||||
background-color: #E8E9EA;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -33,6 +33,7 @@ body {
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 2rem;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue