diff --git a/templates/monogame/public/main.css b/templates/monogame/public/main.css index 3b63438..15e412b 100644 --- a/templates/monogame/public/main.css +++ b/templates/monogame/public/main.css @@ -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); -} \ No newline at end of file +} + + +/******************************************************************************* +*** 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; +}