Skip to content

Commit 9117ebc

Browse files
author
Rackover
committed
Removed negative margin on H3
1 parent d805589 commit 9117ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/res/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ body{
264264
.content h3{
265265
font-size: 1em;
266266
font-weight: bold;
267-
margin-bottom:-10px;
267+
margin-bottom:10px;
268268
}
269269

270270
.content code{

0 commit comments

Comments
 (0)