diff --git a/pages/index.js b/pages/index.js index 6b638fd..1d11a4a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -19,7 +19,6 @@ export default function Home() { - @@ -44,6 +43,10 @@ export default function Home() {
want an invite? text us @ 949.237.2715
+ +
p.s. we don't sell your data or hire phd's to drug you...
diff --git a/styles/globals.css b/styles/globals.css
index 8761e36..fc5bbfd 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -35,6 +35,12 @@ p {
font-size: 2em;
}
+#marquee-text {
+ font-style: italic;
+ font-size: 1.5em;
+ font-family: 'Baloo Bhaijaan 2', cursive;
+}
+
/* Mobile :320px. */
@media (max-width: 767px) {
@@ -42,17 +48,21 @@ p {
padding: 0em;
}
#main-title {
- font-family: 'Satisfy', cursive;
font-size: 2em;
color: teal;
}
#side-note {
- font-family: 'Baloo Bhaijaan 2', cursive;
font-size: 1em;
}
p {
- font-family: 'Baloo Bhaijaan 2', cursive;
font-size: 1.5em;
}
- }
\ No newline at end of file
+
+ #marquee-text {
+ font-size: 1em;
+ }
+
+ }
+
+
\ No newline at end of file