From c962639e2d344079c4dc8a9281b7ac3627761009 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 00:33:53 +0100 Subject: [PATCH] Added mobile optimization to the Imprint styles.sass --- client/src/pages/Imprint/styles.sass | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/client/src/pages/Imprint/styles.sass b/client/src/pages/Imprint/styles.sass index a45405e..d069cb2 100644 --- a/client/src/pages/Imprint/styles.sass +++ b/client/src/pages/Imprint/styles.sass @@ -39,4 +39,20 @@ color: $primary text-decoration: none &:hover - text-decoration: underline \ No newline at end of file + text-decoration: underline + +@media screen and (max-width: 600px) + .legal-page + margin-left: 2rem + margin-right: 2rem + margin-top: 2rem + h1 + font-size: 2rem + h2 + font-size: 1.5rem + h3 + font-size: 1.2rem + h4 + font-size: 1rem + p + font-size: 1rem \ No newline at end of file