diff --git a/_includes/footer.html b/_includes/footer.html
index ad4b0b3..34b45b4 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -4,7 +4,7 @@
@@ -21,7 +21,8 @@
diff --git a/css/base.scss b/css/base.scss
index 22d1704..5e54615 100644
--- a/css/base.scss
+++ b/css/base.scss
@@ -89,7 +89,7 @@ body {
@include box-sizing();
}
-*{
+*{
font-family: Lato, Merriweather, Open Sans, sans-serif;
}
@@ -120,7 +120,7 @@ body {
.desc {
font-size: 22px;
- width: 7em;
+ width: 7.3em;
position: absolute;
bottom: 0;
color: #ababab;
@@ -135,7 +135,7 @@ body {
.social {
height: 100%;
padding: $pre-nav-logo-height * .623 0;
- font-size: 16px;
+ font-size: 16px;
font-weight: bold;
color: #ababab;
@@ -246,7 +246,7 @@ nav {
text-decoration: none;
color: rgb(174, 170, 170);
}
-
+
.cover-title-label {
font-size: 14px;
font-weight: bold;
@@ -369,7 +369,7 @@ nav {
.head {
width: 100%;
- position: relative;
+ position: relative;
}
.date {
@@ -536,7 +536,7 @@ nav {
height: 100%;
width: auto;
}
-
+
&.tall {
width: 100%;
}
@@ -544,7 +544,7 @@ nav {
.tinted {
background: black;
-
+
img {
opacity: 0.6;
}
@@ -764,7 +764,7 @@ footer {
position: static;
color: #d1d1d1;
}
-
+
.excerpt {
margin-top: 10px;
}