From 5a1c50a7c19c1dcddb0dd368eeed5df3432b550d Mon Sep 17 00:00:00 2001 From: Thizh Date: Wed, 28 Feb 2024 20:30:41 +0530 Subject: [PATCH] modified: styles/mobile-styles.css --- styles/mobile-styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/mobile-styles.css b/styles/mobile-styles.css index ca59674..67c07b0 100644 --- a/styles/mobile-styles.css +++ b/styles/mobile-styles.css @@ -12,7 +12,8 @@ } .wrapper { - height: 70vh; + max-height: 200px; + min-height: 70vh; } #overlay-me { @@ -25,10 +26,12 @@ .paragraphs { font-size: 15px; + font-family: "Helvetica Neue", Arial, sans-serif; } .greet { font-size: 20px; + font-family: "Helvetica Neue", Arial, sans-serif; } #overlay-cv {