diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:51:49 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2020-06-23 17:51:49 -0400 |
| commit | 27f0f360b796a57fe495d303f6e78b55d494097e (patch) | |
| tree | 7c3f8d0830848db8ea26cec992eb0fdc47a58ab2 /CSS | |
| parent | cb30ab62e87b6cbc4861e57ef906d7eb04b3721c (diff) | |
Actual fix of the font size issue
Diffstat (limited to 'CSS')
| -rw-r--r-- | CSS/GreenAndDark.css | 2 | ||||
| -rw-r--r-- | CSS/PurpleAndDark.css | 2 | ||||
| -rw-r--r-- | CSS/PurpleAndWhite.css | 2 | ||||
| -rw-r--r-- | CSS/main.css | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css index 82aa3db..0740076 100644 --- a/CSS/GreenAndDark.css +++ b/CSS/GreenAndDark.css @@ -96,7 +96,7 @@ main{ .dropbtn { color: #fff; padding: 1.4em; - font-size: .6em; + font-size: .8em; cursor: pointer; background: rgba(37,37,37,1); border: none;*/ diff --git a/CSS/PurpleAndDark.css b/CSS/PurpleAndDark.css index 4b28eb6..108d676 100644 --- a/CSS/PurpleAndDark.css +++ b/CSS/PurpleAndDark.css @@ -92,7 +92,7 @@ main{ .dropbtn { color: #fff; padding: 1.4em; - font-size: .6em; + font-size: .8em; cursor: pointer; background: rgba(37,37,37,1); text-transform: uppercase; 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; diff --git a/CSS/main.css b/CSS/main.css index 4b0b452..2c016e7 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -93,7 +93,7 @@ main{ .dropbtn { color: #000; padding: 1.4em; - font-size: .6em; + font-size: .8em; cursor: pointer; background: rgba(210,210,210,1); border: none;*/ |
