Tweak container padding

pull/614/head
Wilfred Hughes 2023-12-28 10:45:51 +07:00
parent d5fbc7da61
commit e39bef9611
2 changed files with 3 additions and 3 deletions

@ -27,12 +27,12 @@ h3 {
/* Constrain container width even more than container-sm. /* Constrain container width even more than container-sm.
https://getbootstrap.com/docs/5.3/layout/containers/#how-they-work */ https://getbootstrap.com/docs/5.3/layout/containers/#how-they-work */
@media (min-width: 992px) { @media (min-width: 992px) {
.container { .container-sm {
max-width: 960px !important; max-width: 960px !important;
} }
} }
.container h2 { .card h2 {
padding-bottom: 1rem; padding-bottom: 1rem;
} }

@ -63,7 +63,7 @@
</div> </div>
</div> </div>
<div class="container"> <div class="container-sm px-0">
<p class="my-5 px-4"> <p class="my-5 px-4">
Difftastic is a CLI diff tool that compares files based on their syntax, 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 not line-by-line. Difftastic produces accurate diffs that are easier for