From 570424ed0b5fdfcb99eb9ee77718e3be602fb219 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 14 Nov 2023 13:49:12 +0000 Subject: [PATCH] Fix code to conform to code style --- main.css | 92 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/main.css b/main.css index 14545f4..c757549 100644 --- a/main.css +++ b/main.css @@ -3,7 +3,7 @@ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ -/* Version: 11.1.0-alpha.2 */ +/* Version: 11.1.0-alpha.3 */ /* Body */ @@ -74,8 +74,8 @@ p { /* Blockquote */ blockquote { - font-size: 17px; - color: #ffffff; + font-size: 17px; + color: #ffffff; } @@ -247,57 +247,57 @@ strong { /* Media */ @media (max-width: 600px) { - html { - overflow-x: hidden; - } + html { + overflow-x: hidden; + } - body { - padding-top: 80px; - margin: 15px; - position: relative; - overflow-x: hidden; - } + body { + padding-top: 80px; + margin: 15px; + position: relative; + overflow-x: hidden; + } - .sidebar { - width: 100vw; - height: 40px; - font-size: 12px; - line-height: 0%; - padding-top: 20px; - overflow: auto; - white-space: nowrap; - } + .sidebar { + width: 100vw; + height: 40px; + font-size: 12px; + line-height: 0%; + padding-top: 20px; + overflow: auto; + white-space: nowrap; + } - .sidebar div { - font-size: min(max(7vw, 20px), 30px); - display: inline-block; - } + .sidebar div { + font-size: min(max(7vw, 20px), 30px); + display: inline-block; + } - .sidebar img, .sidebar .title { - display: none; - } + .sidebar img, .sidebar .title { + display: none; + } - h2 { - text-align: center; - } + h2 { + text-align: center; + } - h3 { - text-align: center; - } + h3 { + text-align: center; + } - h4 { - text-align: center; - } + h4 { + text-align: center; + } - h5 { - text-align: center; - } + h5 { + text-align: center; + } - h6 { - text-align: center; - } + h6 { + text-align: center; + } - .update_date { - text-align: center; - } + .update_date { + text-align: center; + } }