From 7d0c2bcfa449a0fec2644ba92b5af3c94c4f899d Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 20 Feb 2025 22:25:34 +0200 Subject: [PATCH] Remove redundant CSS rules --- app/styles/common.css | 2 +- app/styles/reset.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/styles/common.css b/app/styles/common.css index 85bec64b7..ef0eee8f9 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -11,7 +11,7 @@ body { font-family: lexend, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; - line-height: 1.55; + line-height: 1.5; overflow-x: hidden; -webkit-tap-highlight-color: transparent; } diff --git a/app/styles/reset.css b/app/styles/reset.css index 18b945c11..fffff0076 100644 --- a/app/styles/reset.css +++ b/app/styles/reset.css @@ -12,11 +12,6 @@ overflow-wrap: break-word; } -body { - -webkit-font-smoothing: antialiased; - line-height: 1.5; -} - img, picture, video,