summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2020-06-23 17:29:26 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2020-06-23 17:29:26 -0400
commitcb30ab62e87b6cbc4861e57ef906d7eb04b3721c (patch)
tree298d889b9683299353c5c222e5997d8b34cb9bfc
parent675f1217e57ec09aea36f74f11ec876b73f4c4cf (diff)
Fixed font size issue
-rw-r--r--CSS/GreenAndDark.css2
-rw-r--r--CSS/PurpleAndDark.css2
-rw-r--r--CSS/PurpleAndWhite.css2
-rw-r--r--CSS/main.css2
4 files changed, 4 insertions, 4 deletions
diff --git a/CSS/GreenAndDark.css b/CSS/GreenAndDark.css
index b543c12..82aa3db 100644
--- a/CSS/GreenAndDark.css
+++ b/CSS/GreenAndDark.css
@@ -96,7 +96,7 @@ main{
.dropbtn {
color: #fff;
padding: 1.4em;
- font-size: .9em;
+ font-size: .6em;
cursor: pointer;
background: rgba(37,37,37,1);
border: none;*/
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;
diff --git a/CSS/PurpleAndWhite.css b/CSS/PurpleAndWhite.css
index 9a3c820..1334e24 100644
--- a/CSS/PurpleAndWhite.css
+++ b/CSS/PurpleAndWhite.css
@@ -89,7 +89,7 @@ main{
.dropbtn {
color: #000;
padding: 1.4em;
- font-size: .9em;
+ font-size: .6em;
cursor: pointer;
background: rgba(210,210,210,1);
text-transform: uppercase;
diff --git a/CSS/main.css b/CSS/main.css
index 1965fc8..4b0b452 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -93,7 +93,7 @@ main{
.dropbtn {
color: #000;
padding: 1.4em;
- font-size: .9em;
+ font-size: .6em;
cursor: pointer;
background: rgba(210,210,210,1);
border: none;*/