Skip to content

Commit c0b46b7

Browse files
Merge branch 'main' into patch-1
2 parents 42ce239 + c5c69a1 commit c0b46b7

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

templates/monogame/public/main.css

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,36 @@ box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
180180
.mg-no-link {
181181
text-decoration: none;
182182
color: var(--bs-body-color);
183-
}
183+
}
184+
185+
186+
/*******************************************************************************
187+
*** Some adjustments to give the content some space.
188+
*******************************************************************************/
189+
190+
h1 {
191+
margin-top: 1.5em;
192+
}
193+
h2 {
194+
margin-top: 1.25em;
195+
}
196+
h3 {
197+
margin-top: 1em;
198+
}
199+
h4 {
200+
margin-top: 0.75em;
201+
}
202+
h5 {
203+
margin-top: 0.5em;
204+
}
205+
206+
p img {
207+
margin-top: 3em;
208+
margin-bottom: 3em;
209+
}
210+
211+
.alert
212+
{
213+
margin-top: 1.5em;
214+
margin-bottom: 1.5em;
215+
}

0 commit comments

Comments
 (0)