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,