From 9249697305936b0527ffc2b097f67c4c491f9e54 Mon Sep 17 00:00:00 2001 From: midblep Date: Sun, 4 Jul 2021 17:06:34 +0200 Subject: [PATCH] fix styling mistakes --- pages/index.tsx | 4 +--- styles/Index.module.css | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 86afaea..2824c1c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -107,8 +107,6 @@ export default function Home() {

See what our customers say

-
-
@@ -119,7 +117,7 @@ export default function Home() { {" The site is amazing, the work that went into this is incredible. "} {" The look and small details make it so amazing. "} {" I highly recommend getting yourself a sight made by DubbelNull, their talent is outstanding and the customer service was amazing. "} - {" They were always there to answer any questions I had and was happy to change the things I wanted. "} + {" They were always there to answer any questions I had and were happy to change the things I wanted. "}

— Trick @ trickthefox.com diff --git a/styles/Index.module.css b/styles/Index.module.css index 8866a1f..f84ab5f 100644 --- a/styles/Index.module.css +++ b/styles/Index.module.css @@ -56,7 +56,11 @@ .quote { display: flex; gap: 50px; - align-items: center; + align-items: start; +} + +.quote p { + margin: unset; } .quote i {