Skip to content

Commit

Permalink
Improved whitespace in docs. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman authored Oct 23, 2024
1 parent ab8dea8 commit c5c69a1
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion templates/monogame/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,36 @@ box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
.mg-no-link {
text-decoration: none;
color: var(--bs-body-color);
}
}


/*******************************************************************************
*** Some adjustments to give the content some space.
*******************************************************************************/

h1 {
margin-top: 1.5em;
}
h2 {
margin-top: 1.25em;
}
h3 {
margin-top: 1em;
}
h4 {
margin-top: 0.75em;
}
h5 {
margin-top: 0.5em;
}

p img {
margin-top: 3em;
margin-bottom: 3em;
}

.alert
{
margin-top: 1.5em;
margin-bottom: 1.5em;
}

0 comments on commit c5c69a1

Please sign in to comment.