From bf6fd5a951cde409f914839fdb9ab51941bbae55 Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Fri, 6 Sep 2024 14:16:15 +0000 Subject: [PATCH] Group CSS styles first by tag then by class --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a804c9f..31cccf0 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@ margin: 0 0 6px 0; font-size: 24px; } + code { + font-family: monospace; + font-size-adjust: 0.5; + } .tiny-print { font-size: 14px; font-style: italic; @@ -117,10 +121,6 @@ .go-button { cursor: pointer; } - code { - font-family: monospace; - font-size-adjust: 0.5; - } .footer { color: white; } -- 2.39.5