From 5e0cd9f6ef808b6900dcfbfd9d4cf7811d219604 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 15 Sep 2024 22:28:03 +0300 Subject: [PATCH] Line height in post nav --- sass/_post-nav.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/_post-nav.scss b/sass/_post-nav.scss index 498f904..daaf8cd 100644 --- a/sass/_post-nav.scss +++ b/sass/_post-nav.scss @@ -7,7 +7,7 @@ flex: 1 1 0; transition: var(--transition); border-radius: var(--rounded-corner); - padding: 0.75rem 1rem; + padding: 1rem; width: 0; max-width: calc(50% - 0.125rem); text-decoration: none; @@ -47,9 +47,10 @@ } .nav-arrow { - margin-block-end: 0.5rem; + margin-block-end: 1rem; color: var(--fg-muted-5); font-weight: normal; + line-height: 1; } .post-title { @@ -59,6 +60,7 @@ color: var(--fg-color); text-overflow: ellipsis; white-space: nowrap; + line-height: 1; } }