chore: small style updates to posts
ac5b4eb0
2 file(s) · +3 −6
| 198 | 198 | display: flex; |
|
| 199 | 199 | flex-direction: column; |
|
| 200 | 200 | width: 100%; |
|
| 201 | + | gap: 0.5rem; |
|
| 201 | 202 | } |
|
| 202 | 203 | ||
| 203 | 204 | .post-item { |
|
| 205 | 206 | justify-content: space-between; |
|
| 206 | 207 | align-items: center; |
|
| 207 | 208 | padding: 8px 0; |
|
| 208 | - | border-bottom: 1px solid #333; |
|
| 209 | 209 | text-decoration: none; |
|
| 210 | 210 | } |
|
| 211 | 211 | ||
| 33 | 33 | </main> |
|
| 34 | 34 | <footer class="footer"> |
|
| 35 | 35 | <a href="/feed.xml" class="rss-link" title="RSS Feed"> |
|
| 36 | - | <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="currentColor"> |
|
| 37 | - | <circle cx="3.429" cy="20.571" r="3.429"/> |
|
| 38 | - | <path d="M11.429 24h4.57C15.999 15.179 8.821 8.001 0 8.001v4.57c6.297 0 11.429 5.132 11.429 11.429z"/> |
|
| 39 | - | <path d="M19.999 24C19.999 10.767 9.233 0 0 0v4.571c10.714 0 15.428 8.714 15.428 19.429h4.571z"/> |
|
| 36 | + | <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"> |
|
| 37 | + | <path fill="currentColor" d="M104.08 151.92A67.52 67.52 0 0 1 124 200a4 4 0 0 1-8 0a60 60 0 0 0-60-60a4 4 0 0 1 0-8a67.52 67.52 0 0 1 48.08 19.92M56 84a4 4 0 0 0 0 8a108 108 0 0 1 108 108a4 4 0 0 0 8 0A116 116 0 0 0 56 84m116 0A162.92 162.92 0 0 0 56 36a4 4 0 0 0 0 8a155 155 0 0 1 110.31 45.69A155 155 0 0 1 212 200a4 4 0 0 0 8 0a162.92 162.92 0 0 0-48-116M60 188a8 8 0 1 0 8 8a8 8 0 0 0-8-8"/> |
|
| 40 | 38 | </svg> |
|
| 41 | - | RSS |
|
| 42 | 39 | </a> |
|
| 43 | 40 | </footer> |
|
| 44 | 41 | </body> |