Skip to content

Commit

Permalink
Tweak container padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Dec 28, 2023
1 parent d5fbc7d commit e39bef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homepage/home_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion homepage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="fs-4 lead">
</div>
</div>

<div class="container">
<div class="container-sm px-0">
<p class="my-5 px-4">
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
Expand Down

0 comments on commit e39bef9

Please sign in to comment.