chore: update feed styles 670b74a7
Steve Simkins · 2026-05-20 19:50 1 file(s) · +5 −0
apps/feeds-go/static/styles.css +5 −0
20 20
21 21
/* Feeds list */
22 22
23 +
#feeds-container {
24 +
  width: 100%;
25 +
}
26 +
23 27
.feeds-list {
24 28
  width: 100%;
25 29
  display: flex;
28 32
}
29 33
30 34
.feed-item {
35 +
  width: 100%;
31 36
  display: flex;
32 37
  flex-direction: column;
33 38
  gap: 0.5rem;