Remove redundant CSS rules

This commit is contained in:
Kalle
2025-02-20 22:25:34 +02:00
parent fb05186229
commit 7d0c2bcfa4
2 changed files with 1 additions and 6 deletions

View File

@@ -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;
}

View File

@@ -12,11 +12,6 @@
overflow-wrap: break-word;
}
body {
-webkit-font-smoothing: antialiased;
line-height: 1.5;
}
img,
picture,
video,