From 4604289737416378f170b4cd0a36fd7b88fd5432 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