From 27f0f360b796a57fe495d303f6e78b55d494097e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 23 Jun 2020 17:51:49 -0400 Subject: Actual fix of the font size issue --- CSS/PurpleAndWhite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSS/PurpleAndWhite.css') diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css index 1334e24..50dd54c 100644 --- a/CSS/PurpleAndWhite.css +++ b/CSS/PurpleAndWhite.css @@ -89,7 +89,7 @@ main{ .dropbtn { color: #000; padding: 1.4em; - font-size: .6em; + font-size: .8em; cursor: pointer; background: rgba(210,210,210,1); text-transform: uppercase; -- cgit v1.2.3