From f30cd26393861f9156614846a5226a9b4b41c9f7 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 12 Nov 2023 19:57:10 +0100 Subject: [PATCH] fix generator font size --- src/styles/Generator.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/Generator.scss b/src/styles/Generator.scss index cde0957..97312c0 100644 --- a/src/styles/Generator.scss +++ b/src/styles/Generator.scss @@ -211,6 +211,18 @@ $breakpoint-3: 600px; background-repeat: no-repeat; background-size: cover; min-height: 500px; + h1 { + font-size: 2rem; + } + .client { + svg { + width: 2rem; + } + + p { + font-size: 2rem; + } + } } } }