summaryrefslogtreecommitdiff
path: root/_sass/yat
diff options
context:
space:
mode:
Diffstat (limited to '_sass/yat')
-rw-r--r--_sass/yat/_layout.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss
index 682d73d..04a31b4 100644
--- a/_sass/yat/_layout.scss
+++ b/_sass/yat/_layout.scss
@@ -275,7 +275,7 @@ html {
}
.post-title {
- margin-bottom: 2px;
+ margin-bottom: $spacing-unit * 0.2;
transition: 0.2s all;
a {
@@ -307,9 +307,9 @@ html {
}
.post-link {
- @include relative-font-size(1.5);
+ @include relative-font-size(1.65);
font-weight: $base-font-weight * 1.5;
- color: #15171a;
+ color: #333;
}
.post-excerpt {