From 0914b66aaf0a2ed95e7051c2f43b468d680aa284 Mon Sep 17 00:00:00 2001 From: Camerin Date: Sun, 19 Jun 2022 16:18:35 -0400 Subject: [PATCH] Github - Changed Github page mobile font sizes --- src/components/css/Github.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/css/Github.css b/src/components/css/Github.css index 6b20d36..e78f104 100644 --- a/src/components/css/Github.css +++ b/src/components/css/Github.css @@ -141,10 +141,13 @@ .repo .content { flex-direction: column; } - .repo .times { - font-size: 16px; + + .repo .time, .repo .content, .repo .languages{ + font-size: large; } + + .Github .sort-menu { align-items: center; flex-direction: row;