From 3530a2fa93e950857d78ecdfa8a91f9b14578e34 Mon Sep 17 00:00:00 2001 From: Camerin Date: Sat, 8 Jan 2022 13:27:23 -0500 Subject: [PATCH] Adjusted mobile view for github times --- src/components/css/Github.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/css/Github.css b/src/components/css/Github.css index 8173495..fb8cda1 100644 --- a/src/components/css/Github.css +++ b/src/components/css/Github.css @@ -110,4 +110,7 @@ .repo .content { flex-direction: column; } + .repo .times { + font-size: 16px; + } } \ No newline at end of file