From fa1a2c61b4c8b282c5bda6b09b07be0ab9afc170 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 31 May 2023 03:28:55 +0200 Subject: [PATCH] Mobile optimized the InfoArea --- client/src/common/components/InfoArea/styles.sass | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/src/common/components/InfoArea/styles.sass b/client/src/common/components/InfoArea/styles.sass index 6f69a49..a38fa79 100644 --- a/client/src/common/components/InfoArea/styles.sass +++ b/client/src/common/components/InfoArea/styles.sass @@ -21,7 +21,15 @@ gap: 1.5rem .title-area h1 - font-size: 52pt + font-size: 48pt font-weight: 900 margin: 0 - padding: 0 \ No newline at end of file + padding: 0 + +@media screen and (max-width: 768px) + .info-area + p + font-size: 12pt + + .title-area h1 + font-size: 36pt \ No newline at end of file