Skip to content

Commit 7ed354a

Browse files
committed
Fix missing semicolon in stylesheet
1 parent c75cb6c commit 7ed354a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body {
2727
background-size: 40px;
2828
background-repeat: no-repeat;
2929
background-position: 0 19px;
30-
margin: 0.3rem 0rem -0.8rem 1rem
30+
margin: 0.3rem 0rem -0.8rem 1rem;
3131
}
3232

3333
#header h1 a {

0 commit comments

Comments
 (0)