From 7246306303623e3bf7cc768a42232b546b3ac43e Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Wed, 15 Jun 2022 20:44:12 -0400 Subject: [PATCH] About Page - Fixed mobile css --- src/components/css/About.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/css/About.css b/src/components/css/About.css index 271b20d..a259d60 100644 --- a/src/components/css/About.css +++ b/src/components/css/About.css @@ -14,7 +14,7 @@ .About .title { margin-top: 4rem; color: #BF8D8C !important; - font-size: 48px; + font-size: 28px; } .About .social { @@ -42,7 +42,7 @@ width: 10rem; } -.About .links * { +.About .links .link { margin: 10px; } @@ -53,11 +53,18 @@ height: 10rem; align-items: center; justify-content: center; + padding: 5px; + margin: 5px; } @media only screen and (max-width: 600px) { .About .links .link img { + width: 100%; + } + + .About .link, .About .link.bg-white { + height:25vw; width: 25vw; } } \ No newline at end of file