From 2eefb1727a35ba4e5b9c93fb30c89b6e9f207a4f Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 20 Jan 2021 16:50:53 +0100 Subject: [PATCH] putting the italics on lineheight 0 --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index c99ba9e..7fd4cd5 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -153,7 +153,7 @@ section#info.endpoint{ section#intro em{ font-family: 'italic'; font-size: 122.5%; - line-height: 1.0; + line-height: 0.0; } section#intro hr, section#info hr{