Skip to content

Commit

Permalink
Remove hr from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Brottweiler committed Aug 9, 2024
1 parent 8f09aa5 commit 400c0f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ <h2>About</h2>
</section>
</main>
<footer>
<hr>
<blockquote>
<p>
Playing is a privilege, not a right.
Expand Down
1 change: 0 additions & 1 deletion rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ <h2>Punishments</h2>
</section>
</main>
<footer>
<hr>
<p>
<small>Last updated <strong>Wed 07 Aug, 2024</strong>.</small>
</p>
Expand Down
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ main {
footer {
background-color: #111;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
footer hr {
border: 0px;
footer p {
margin: 0px;
}
p, td, li {
font-family: sans-serif;
Expand Down

0 comments on commit 400c0f8

Please sign in to comment.