]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix default line-height
authorRaphaël Gertz <git@rapsys.eu>
Wed, 9 Dec 2020 20:32:24 +0000 (21:32 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 9 Dec 2020 20:32:24 +0000 (21:32 +0100)
Resources/public/css/reset.css

index b3c89c00ed0b088298a5c855f2cf09b6193fe359..77d2998900bb75dc6c66798562961bef3d5cc6c7 100644 (file)
@@ -19,7 +19,7 @@ section {
 }
 
 body {
-       line-height: 1;
+       line-height: normal;
 }
 
 ol, ul {