diff options
author | Case Duckworth | 2022-07-24 21:58:56 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-24 21:58:56 -0500 |
commit | 163971b062bd186cb72c5f9190aa98e14ee8218b (patch) | |
tree | 0c433be21f113da3c4e3c4294d6f0704010252ce | |
parent | Test against silo, not link (diff) | |
download | sfeed-163971b062bd186cb72c5f9190aa98e14ee8218b.tar.gz sfeed-163971b062bd186cb72c5f9190aa98e14ee8218b.zip |
Fix aside alignment
-rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/style.css b/style.css index a8101a2..a6a11f9 100644 --- a/style.css +++ b/style.css | |||
@@ -144,9 +144,10 @@ footer a:link { | |||
144 | padding: 2ch; | 144 | padding: 2ch; |
145 | order: 1; | 145 | order: 1; |
146 | border-bottom: 1px solid; | 146 | border-bottom: 1px solid; |
147 | text-align: left; | ||
147 | } | 148 | } |
148 | aside li { | 149 | aside li { |
149 | display: inline; | 150 | display: inline-block; |
150 | background: inherit !important; | 151 | background: inherit !important; |
151 | } | 152 | } |
152 | aside li::after { | 153 | aside li::after { |
@@ -154,7 +155,7 @@ footer a:link { | |||
154 | background: inherit; | 155 | background: inherit; |
155 | font-weight: normal; | 156 | font-weight: normal; |
156 | } | 157 | } |
157 | aside a { display: inline; } | 158 | aside a { display: inline; } |
158 | aside li:last-child::after { | 159 | aside li:last-child::after { |
159 | content: ""; | 160 | content: ""; |
160 | } | 161 | } |