fix build process
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 17s

This commit is contained in:
isUnknown 2026-01-27 18:15:34 +01:00
parent be7bb66e70
commit c7e751695f
3 changed files with 21 additions and 18 deletions

View file

@ -26,6 +26,7 @@ body {
font-family: "DM Sans", sans-serif;
text-align: left;
color: rgb(190, 9, 9);
background: blue;
}
p {
@ -39,7 +40,18 @@ p {
padding-right: 20mm;
padding-bottom: 20mm;
padding-left: 20mm;
padding: 0mm;
}
h1 {
font-family: DM Sans;
font-style: normal;
font-weight: 700;
font-size: 48px;
text-align: start;
color: rgb(0, 0, 0);
background: rgba(113, 54, 255, 0.1);
margin: 32.16px;
padding: 0px;
}
----