From 085a163594bdd30c04fd62fe1f597dd6a7284104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 15 May 2021 15:49:36 +0200 Subject: [PATCH] Added new rules for sup tag. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 90caaee..1ec1434 100644 --- a/style.css +++ b/style.css @@ -94,6 +94,11 @@ a:visited { color: #9B225D; } +sup { + font-size: 12px; + line-height: 80%; +} + h3, h4 { margin-bottom: 0px; padding-bottom: 0px;