diff --git a/homepage/home_static/style.css b/homepage/home_static/style.css index 7933f2269..8759532e1 100644 --- a/homepage/home_static/style.css +++ b/homepage/home_static/style.css @@ -27,12 +27,12 @@ h3 { /* Constrain container width even more than container-sm. https://getbootstrap.com/docs/5.3/layout/containers/#how-they-work */ @media (min-width: 992px) { - .container { + .container-sm { max-width: 960px !important; } } -.container h2 { +.card h2 { padding-bottom: 1rem; } diff --git a/homepage/index.html b/homepage/index.html index ea7eb5c5b..72ef2c042 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -63,7 +63,7 @@ -
+

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