From eb8f9e751a96b5c7553f55170942e5196a9fffce Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 29 Jan 2024 00:07:11 +0300 Subject: [PATCH] feat: Use rem instead of px --- sass/_nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_nav.scss b/sass/_nav.scss index 649348d..387a62e 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -52,14 +52,14 @@ #home { position: relative; - margin-right: 10px; + margin-right: 0.625rem; &::after { background-color: var(--fg-muted-2); content: ""; height: 110%; position: absolute; - right: -.5rem; + right: -0.5rem; top: 0; width: 1px; }