update empty page

This commit is contained in:
Dede Fuji Abdul
2023-10-30 10:30:49 +07:00
parent 7af900bee1
commit c11d286a7e
6 changed files with 115 additions and 12 deletions

View File

@ -1352,6 +1352,10 @@ select {
width: 1px;
}
.w-16 {
width: 4rem;
}
.max-w-2xl {
max-width: 42rem;
}
@ -1918,6 +1922,10 @@ select {
fill: #fff;
}
.fill-primary-300 {
fill: #689daa;
}
.stroke-white {
stroke: #fff;
}