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