Skip to content

Commit

Permalink
fixed margin
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jan 30, 2024
1 parent 2458024 commit c5647fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions css/html5reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 20px 20px 20px 0px;
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
font-family: 'Arial', Verdana, sans-serif;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
Expand Down

0 comments on commit c5647fc

Please sign in to comment.