chore: small style updates to quotes 9a6b9046
Steve Simkins · 2026-07-02 22:10 1 file(s) · +2 −3
apps/quotes/static/styles.css +2 −3
10 10
  flex-direction: column;
11 11
  justify-content: center;
12 12
  align-items: center;
13 -
  text-align: center;
13 +
  text-align: left;
14 14
  gap: 1.5rem;
15 15
}
16 16
18 18
  margin: 0;
19 19
  padding: 0;
20 20
  border: 0;
21 -
  font-size: 1.5rem;
22 -
  line-height: 1.6;
21 +
  font-size: 1rem;
23 22
  max-width: 38rem;
24 23
  color: #ffffff;
25 24
}