Add copyright
This commit is contained in:
parent
e9c31546ab
commit
fac9de10aa
|
@ -67,6 +67,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p class="copyright">
|
||||
© 2012–2021 Tanner Collin
|
||||
</p>
|
||||
|
||||
|
||||
<script>
|
||||
function setTheme(theme) {
|
||||
console.log('Setting theme to', theme);
|
||||
|
|
|
@ -19,7 +19,12 @@ pre {
|
|||
|
||||
.container {
|
||||
max-width: 56rem;
|
||||
margin: 2rem auto 0 auto;
|
||||
margin: 2rem auto 12rem auto;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
font: 1rem/1.5 Apparatus SIL,serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-select {
|
||||
|
|
Loading…
Reference in New Issue
Block a user