Fix messed-up OL styling

This commit is contained in:
David Eisinger
2025-01-29 00:49:19 -05:00
parent 3317e6c87e
commit e6ab131e6e

View File

@@ -35,7 +35,7 @@ purposes, most of these principles don't apply. Our typical setup
involves the following containers, orchestrated with Docker Compose:
1. The application (e.g. Rails, Django, or Phoenix)
2. A JavaScript watcher/compiler (e.g. `webpack-dev-server`)
2. <span>A JavaScript watcher/compiler (e.g. `webpack-dev-server`)</span>
3. A database (typically PostgreSQL)
4. Additional necessary infrastructure (e.g. Redis, ElasticSearch,
Mailhog)