From 98787125025663714785c6ccb425023ddccf73a4 Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:41:59 +0000 Subject: [PATCH] Add responsivness to about page text --- assets/styles/about.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles/about.css b/assets/styles/about.css index de11326..80a1ea9 100644 --- a/assets/styles/about.css +++ b/assets/styles/about.css @@ -7,8 +7,7 @@ } .img { - height: 50px; - width: 50px; + max-width: 100%; } .links { @@ -24,7 +23,7 @@ } .links-title { - font-size: x-large; + font-size: 2vw; text-align: center; } @@ -41,4 +40,5 @@ #about-description { margin-left: 25px; margin-right: 25px; + font-size: 1.2vw; } \ No newline at end of file