+
diff --git a/home/style/style.css b/home/style/style.css
index 022f9a1..a5e1f9b 100644
--- a/home/style/style.css
+++ b/home/style/style.css
@@ -31,7 +31,7 @@ ul {
/* tailwind lite */
:root { --space: 4px; }
-.flex { display: flex; width: fit-content; }
+.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-2 { gap: calc(var(--space) * 2); }
@@ -42,6 +42,12 @@ ul {
.self-start { align-self: flex-start; }
+.justify-between { justify-content: space-between; }
+
+.w-fit { width: fit-content; }
+
+.items-center { align-items: center; }
+
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-heavy { font-weight: 500; }
@@ -54,6 +60,13 @@ ul {
}
/* tailwind lite */
+.small {
+ font-size: 16px;
+ @media (max-width: 1024px) {
+ font-size: 32px;
+ }
+}
+
.big {
font-size: 24px;
@media (max-width: 1024px) {
diff --git a/home/terms-privacy.html b/home/terms-privacy.html
index 25a3173..2fbf87b 100644
--- a/home/terms-privacy.html
+++ b/home/terms-privacy.html
@@ -29,7 +29,10 @@
atom.town does not share, nor ever will share any information it collects with any third parties, beyond what is absolutely necessary to run the service.