diff --git a/index.html b/index.html
index 084b165..670d280 100644
--- a/index.html
+++ b/index.html
@@ -108,6 +108,27 @@
+
+
diff --git a/public/output.css b/public/output.css
index 1159077..19a995b 100644
--- a/public/output.css
+++ b/public/output.css
@@ -1137,6 +1137,10 @@ input:checked + .toggle-bg {
z-index: 50;
}
+.m-4 {
+ margin: 1rem;
+}
+
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -1166,6 +1170,10 @@ input:checked + .toggle-bg {
margin-inline-end: 0.5rem;
}
+.me-4 {
+ margin-inline-end: 1rem;
+}
+
.ml-2 {
margin-left: 0.5rem;
}
@@ -1190,6 +1198,10 @@ input:checked + .toggle-bg {
margin-top: 0.5rem;
}
+.mt-3 {
+ margin-top: 0.75rem;
+}
+
.mt-6 {
margin-top: 1.5rem;
}
@@ -1294,6 +1306,10 @@ input:checked + .toggle-bg {
max-width: 840px;
}
+.max-w-screen-xl {
+ max-width: 1280px;
+}
+
.flex-1 {
flex: 1 1 0%;
}
@@ -1950,19 +1966,45 @@ input:checked + .toggle-bg {
--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
+@media (min-width: 640px) {
+ .sm\:mt-0 {
+ margin-top: 0px;
+ }
+
+ .sm\:text-center {
+ text-align: center;
+ }
+}
+
@media (min-width: 768px) {
+ .md\:me-6 {
+ margin-inline-end: 1.5rem;
+ }
+
.md\:ml-0 {
margin-left: 0px;
}
+ .md\:flex {
+ display: flex;
+ }
+
.md\:flex-row {
flex-direction: row;
}
+ .md\:items-center {
+ align-items: center;
+ }
+
.md\:justify-start {
justify-content: flex-start;
}
+ .md\:justify-between {
+ justify-content: space-between;
+ }
+
.md\:gap-0 {
gap: 0px;
}