diff --git a/index.html b/index.html
index 115ae83..beeaa4d 100644
--- a/index.html
+++ b/index.html
@@ -35,14 +35,14 @@
-
+
-
+
diff --git a/output.css b/output.css
index 8bd0353..b5edfb1 100644
--- a/output.css
+++ b/output.css
@@ -634,6 +634,38 @@ video {
height: 100vh;
}
+.h-full {
+ height: 100%;
+}
+
+.h-\[calc\(100\%-20rem\)\] {
+ height: calc(100% - 20rem);
+}
+
+.h-\[calc\(100\%-40px\)\] {
+ height: calc(100% - 40px);
+}
+
+.h-\[calc\(100vh-2\.5rem\)\] {
+ height: calc(100vh - 2.5rem);
+}
+
+.h-12 {
+ height: 3rem;
+}
+
+.h-8 {
+ height: 2rem;
+}
+
+.h-\[calc\(100\%-2\.5rem\)\] {
+ height: calc(100% - 2.5rem);
+}
+
+.h-\[calc\(100vh-3rem\)\] {
+ height: calc(100vh - 3rem);
+}
+
.w-44 {
width: 11rem;
}