summaryrefslogtreecommitdiff
path: root/CSS
diff options
context:
space:
mode:
authormcd223 <jacob@simplelittledream.com>2019-03-13 14:11:23 -0400
committermcd223 <jacob@simplelittledream.com>2019-03-13 14:11:23 -0400
commit1baf2c3127d0904fc9baee7f87afca019e1ec5c8 (patch)
tree95967aa89e42156bb41db8f3eb58ec9dac46dc52 /CSS
parent688b2b02be2ef1e235c6f40ac2911187f77b5bab (diff)
parent2726b3603f7e84e26efd1014dfd20eb938d36c8c (diff)
Merge branch 'master' of https://github.com/mcd223/mcd223.github.io
Diffstat (limited to 'CSS')
-rw-r--r--CSS/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/CSS/main.css b/CSS/main.css
index af4bcef..7940649 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -49,9 +49,9 @@ ul {
ul li a {
text-decoration: none;
text-transform: uppercase;
- font-size: .8em;
+ font-size: .6em;
display: block;
- padding: .95em 3em;
+ padding: .5em 3em;
color: #000;
}
div.logo{
@@ -120,6 +120,7 @@ main{
}
ul li a{
padding: 1.4em;
+ font-size: .8em;
}
ul li a:hover{
background: #fff;