diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:29:26 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:29:26 -0400 |
| commit | cb30ab62e87b6cbc4861e57ef906d7eb04b3721c (patch) | |
| tree | 298d889b9683299353c5c222e5997d8b34cb9bfc /CSS/PurpleAndDark.css | |
| parent | 675f1217e57ec09aea36f74f11ec876b73f4c4cf (diff) | |
Fixed font size issue
Diffstat (limited to 'CSS/PurpleAndDark.css')
| -rw-r--r-- | CSS/PurpleAndDark.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css index b25b7df..4b28eb6 100644 --- a/CSS/PurpleAndDark.css +++ b/CSS/PurpleAndDark.css @@ -92,7 +92,7 @@ main{ .dropbtn { color: #fff; padding: 1.4em; - font-size: .9em; + font-size: .6em; cursor: pointer; background: rgba(37,37,37,1); text-transform: uppercase; |
