about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css13
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; }