diff options
author | Case Duckworth | 2022-07-24 22:36:05 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-24 22:36:05 -0500 |
commit | 1713beb9941b6f026c7297835c27f3a217ad1e47 (patch) | |
tree | 9c6ef9469204f1fb431ad02a3c142fa45469fe47 | |
parent | Move main width to body width (diff) | |
download | sfeed-1713beb9941b6f026c7297835c27f3a217ad1e47.tar.gz sfeed-1713beb9941b6f026c7297835c27f3a217ad1e47.zip |
Correct phone widths
-rw-r--r-- | style.css | 13 |
1 files changed, 7 insertions, 6 deletions
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 { | |||
171 | flex-flow: row wrap; | 171 | flex-flow: row wrap; |
172 | } | 172 | } |
173 | header, nav { padding: 4px; } | 173 | header, nav { padding: 4px; } |
174 | aside { | 174 | main aside { |
175 | padding: 2ch; | 175 | padding: 2ch; |
176 | order: 1; | 176 | order: 1; |
177 | border-bottom: 1px solid; | 177 | border-bottom: 1px solid; |
178 | text-align: left; | 178 | text-align: left; |
179 | max-width: none; | ||
179 | } | 180 | } |
180 | aside li { | 181 | main aside li { |
181 | display: inline-block; | 182 | display: inline; |
182 | background: inherit !important; | 183 | background: inherit !important; |
183 | } | 184 | } |
184 | aside li::after { | 185 | main aside li::after { |
185 | content: " //"; | 186 | content: " //"; |
186 | background: inherit; | 187 | background: inherit; |
187 | font-weight: normal; | 188 | font-weight: normal; |
188 | } | 189 | } |
189 | aside a { display: inline; } | 190 | main aside a { display: inline; } |
190 | aside li:last-child::after { | 191 | main aside li:last-child::after { |
191 | content: ""; | 192 | content: ""; |
192 | } | 193 | } |
193 | #list { order: 2; } | 194 | #list { order: 2; } |