From 56e4847444a4c7b8a99b5d5e7970bd1920cd71e2 Mon Sep 17 00:00:00 2001 From: Avik Agarwala <98759608+AvikAgarwala@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:07:36 +0530 Subject: [PATCH] Update style.css Arranged CSS properties in alphabetical order. It's good for ease of finding them. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 09a8a72..b25b308 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,6 @@ } .content { - max-width: 650px; color: #242424; font-family: "-apple-system", @@ -17,12 +16,13 @@ "Helvetica Neue", "sans-serif" ; + max-width: 650px; } h1, h2, h3 { + border-bottom: 1px solid #eaecef; font-weight: 600; padding-bottom: 0.3em; - border-bottom: 1px solid #eaecef; } li { @@ -30,6 +30,6 @@ li { } a { - text-decoration: none; color: rgb(67, 124, 230); + text-decoration: none; }