From 1713beb9941b6f026c7297835c27f3a217ad1e47 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 24 Jul 2022 22:36:05 -0500 Subject: Correct phone widths --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 15bb9f6..8152adb 100644 --- a/style.css +++ b/style.css @@ -171,23 +171,24 @@ footer a:link { flex-flow: row wrap; } header, nav { padding: 4px; } - aside { + main aside { padding: 2ch; order: 1; border-bottom: 1px solid; text-align: left; + max-width: none; } - aside li { - display: inline-block; + main aside li { + display: inline; background: inherit !important; } - aside li::after { + main aside li::after { content: " //"; background: inherit; font-weight: normal; } - aside a { display: inline; } - aside li:last-child::after { + main aside a { display: inline; } + main aside li:last-child::after { content: ""; } #list { order: 2; } -- cgit 1.4.1-21-gabe81