Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Remove copyright in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaihe committed Dec 7, 2020
1 parent ee1bb39 commit 0514e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ <h2>Controls</h2>
<li><span class="control">P</span> to pause.</li>
</ul>
</main>

<footer>
<p id="copyright">&copy; 2018, xithiox</p>
</footer>
</div>
</body>
</html>
10 changes: 1 addition & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body {
overflow-y: scroll;
}

header, main, footer {
header, main {
padding: 16px;
}

Expand All @@ -60,10 +60,6 @@ main {
padding-top: 0;
}

footer {
padding-bottom: 0;
}


/* Page content */

Expand Down Expand Up @@ -96,7 +92,3 @@ li {
#debug {
display: none;
}

#copyright {
text-align: center;
}

0 comments on commit 0514e53

Please sign in to comment.