Skip to content

Commit b80fc7f

Browse files
committed
Space above messages in forum.
1 parent 0def246 commit b80fc7f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

css/hyde.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ div#content iframe {
252252
height: 100%;
253253
width: 96%;
254254
margin-left: 36px;
255-
margin-top: 52px;
255+
margin-top: 74px;
256256
}
257257

258258
@media (max-width: 48em) {
@@ -333,4 +333,10 @@ img.paypal_button {
333333
.page, .post {
334334
margin-bottom: 36px;
335335
margin-left: 36px;
336-
}
336+
}
337+
338+
h1, h2, h3, h4, h5, h6 {
339+
margin: 0 10px 0 0;
340+
}
341+
342+

0 commit comments

Comments
 (0)