From cea3dae13e13ea4cd76bff7aa42d86cc3e571cdc Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 4 Feb 2022 22:03:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Changed=20Edu=20and=20Exp=20

?= =?UTF-8?q?=20font-sizes=20on=20large=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 46fe071..768def4 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -643,4 +643,8 @@ a { opacity: 100%; transform: none; } + + #education p + p, #experience p + p { + font-size: medium; + } }