💄 Rebuild CSS

pull/803/head
James Panther 2024-01-22 09:20:40 +11:00
parent 17e9df5f4d
commit e8a701a215
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 4 additions and 16 deletions

View File

@ -1798,10 +1798,6 @@ code {
top: 5rem;
}
.top-8 {
top: 2rem;
}
.top-\[100vh\] {
top: 100vh;
}
@ -2000,22 +1996,14 @@ code {
height: 3rem;
}
.h-2 {
height: 0.5rem;
}
.h-24 {
height: 6rem;
}
.h-36 {
height: 9rem;
}
.h-8 {
height: 2rem;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}