summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2015-05-05 12:44:10 -0400
committerryderr <r@okfoc.us>2015-05-05 12:44:10 -0400
commit761cd914bab5f262ddededa57cb449a233e27fc3 (patch)
tree62f7ff206ee6b063ec7486e137c7927dcd0d5707
parent98308824fe1f8b7049311f61d3c32f7f1d213071 (diff)
smaller contact font and about link
-rw-r--r--site/public/assets/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css
index 3d55a92..f0f98d8 100644
--- a/site/public/assets/style.css
+++ b/site/public/assets/style.css
@@ -296,9 +296,12 @@ nav a {
color:black;
}
.contact {
- line-height: 22px;
+ line-height: 14px;
padding-left: 10px;
padding-right: 10px;
+ font-size: 10px;
+ margin-top: 10px;
+ vertical-align: bottom;
}
.contact a {
display: inline;
@@ -315,7 +318,9 @@ nav a {
nav .cat.no-hover {
opacity: 0.3;
}
-
+.nav .cat.about {
+ background: #E5E5E7;
+}
.desktop nav a.active:hover {
cursor:default;
}