From 8e3180facecd70b8e7365efd5b435f089430148a Mon Sep 17 00:00:00 2001 From: Yakub Hariana Date: Tue, 28 Nov 2023 22:44:01 +0700 Subject: [PATCH] Setting Size Font --- src/pages/Storytelling/Storytelling.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/Storytelling/Storytelling.css b/src/pages/Storytelling/Storytelling.css index 356d24e..7034da3 100644 --- a/src/pages/Storytelling/Storytelling.css +++ b/src/pages/Storytelling/Storytelling.css @@ -156,3 +156,12 @@ height: 200px; } } + +@media (min-width: 992px) and (max-width: 1400px) { + #story-container p { + font-size: calc(10px + 0.310625vw); + } + .img-story { + height: 30%; + } +} \ No newline at end of file