From 497566e6963a6314b179788202f00f7de5bdd05c Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 12 Aug 2023 17:04:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore:=20remove=20duplicated=20`?= =?UTF-8?q?p`=20line-height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 88d3591..d7670e1 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -59,10 +59,6 @@ ul { display: inline-block; } -p { - line-height: 1.5; -} - hr { border: 0; border-top: 3px solid var(--border-color);