💄 Rebuild CSS

This commit is contained in:
James Panther
2024-01-22 09:20:40 +11:00
parent 17e9df5f4d
commit e8a701a215
+4 -16
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%;
}