Improved codegen

This commit is contained in:
alonso.torres 2023-06-27 10:59:14 +02:00
parent 30d78554c2
commit ac184a7c8f
4 changed files with 59 additions and 55 deletions

View file

@ -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 {