From 4cc72fcabc87c2d0241f1f2b107bc8a7b7d12fee Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 25 Nov 2022 01:31:52 -0600 Subject: [PATCH] Adjust text spacing for text on mobile viewports --- src/components/Post.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/Post.tsx b/src/components/Post.tsx index 1f22378..2649320 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -1,9 +1,9 @@ const Post = () => { return ( <> -
+
-

+

Grain

@@ -17,11 +17,10 @@ const Post = () => {
-

What?

-

+

A small experiment on creating beautiful, dynamic backgrounds with - colorful gradients & film grain. + colorful gradients & film grain. Built in React & Vite with SVGs and layers of Radial Gradients.