diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass
index 8a57d1a238ba8877618de177cd3893ab1729bd11..e6b59fd96c756b1e56ea5801c078d11e662d6885 100644
--- a/assets/sass/_theme/_utils.sass
+++ b/assets/sass/_theme/_utils.sass
@@ -289,7 +289,7 @@
     @include button-reset
     line-height: $body-line-height
     border: 1px solid $hero-color
-    padding: $spacing0 $spacing1
+    padding: half($spacing0) $spacing1
     white-space: nowrap
     @if $icon
         @include icon-block($icon, after)
diff --git a/assets/sass/_theme/design-system/nav.sass b/assets/sass/_theme/design-system/nav.sass
index 44171cd01854176cde1b2f9a485cb0c62726b9aa..0382a5beed88aa09ad20c0d368ef6cf8960b5dc8 100644
--- a/assets/sass/_theme/design-system/nav.sass
+++ b/assets/sass/_theme/design-system/nav.sass
@@ -165,11 +165,9 @@
     li:not(:last-child)
         margin-right: 1rem
     a
-        font-size: px2rem(13)
         text-decoration: none
         padding: $spacing0
-        &::before
-            font-size: px2rem(13)
+        font-size: px2rem(24)
         &:hover
             opacity: 0.7
         &::after
diff --git a/assets/sass/_theme/sections/posts.sass b/assets/sass/_theme/sections/posts.sass
index a9daacc9bf0e91e7fcc37b9a1d3fe9d4fb52ee39..84d7e623a8616a2227c5f439a0108256966ba50f 100644
--- a/assets/sass/_theme/sections/posts.sass
+++ b/assets/sass/_theme/sections/posts.sass
@@ -138,7 +138,7 @@
             text-align: right
             flex: 1
     a
-        @include meta
+        // @include meta
         @include link($color-accent)
     .share
         justify-content: flex-end