diff --git a/homepage/home_static/style.css b/homepage/home_static/style.css index fe6c6148c..7933f2269 100644 --- a/homepage/home_static/style.css +++ b/homepage/home_static/style.css @@ -24,6 +24,14 @@ h3 { line-height: 45px; } +/* Constrain container width even more than container-sm. +https://getbootstrap.com/docs/5.3/layout/containers/#how-they-work */ +@media (min-width: 992px) { + .container { + max-width: 960px !important; + } +} + .container h2 { padding-bottom: 1rem; } diff --git a/homepage/index.html b/homepage/index.html index 1c5a90356..c7704b9ce 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -64,17 +64,15 @@ -
- Difftastic is a CLI diff tool that compares files based on their - syntax, not line-by-line. Difftastic produces accurate diffs that are - easier for humans to read. -
-+ Difftastic is a CLI diff tool that compares files based on their syntax, + not line-by-line. Difftastic produces accurate diffs that are easier for + humans to read. +
@@ -618,14 +616,12 @@
- Made with Emacs and coffee by - Wilfred Hughes. -
-+ Made with Emacs and coffee by + Wilfred Hughes. +