Skip to content

Commit

Permalink
fixed margin issue (#939)
Browse files Browse the repository at this point in the history
fixed issue for left margin which was less and wasn't showing content as expected
  • Loading branch information
SahilDhingraa authored Jul 9, 2024
1 parent 282ed05 commit f95b0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsdoc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ h4.name {
}

div#main {
margin-left: 260px;
margin-left: 300px;
float: none;
}

Expand Down

0 comments on commit f95b0fc

Please sign in to comment.