summaryrefslogtreecommitdiff
path: root/CSS/main.css
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 /CSS/main.css
parent675f1217e57ec09aea36f74f11ec876b73f4c4cf (diff)
Fixed font size issue
Diffstat (limited to 'CSS/main.css')
-rw-r--r--CSS/main.css2
1 files changed, 1 insertions, 1 deletions
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;*/