Skip to content

Commit

Permalink
Removed width from footer css, seems redundent
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 22, 2024
1 parent c257b62 commit 14fc014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/c.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ h1 { font-size: 18px;}
img { border: 0;}
table{ border-collapse: collapse;}
header{ background: #eee; height: 70px; max-width: 1200px;}
footer{ height: 70px; max-width: 1200px; margin-top: 30px; text-align: center; width: 99%;}
footer{ height: 70px; max-width: 1200px; margin-top: 30px; text-align: center;}

nav {
display: inline-block;
Expand Down

0 comments on commit 14fc014

Please sign in to comment.