Improve footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-08-05 10:05:34 +02:00
parent 556f462a2d
commit 6d0551d08e
2 changed files with 6 additions and 0 deletions

View File

@ -221,3 +221,7 @@ mark {
.section { .section {
padding: 0; padding: 0;
} }
.footer {
padding: 0 12px;
}

View File

@ -271,10 +271,12 @@
</div> </div>
<div class="footer">
<div class="h-app"> <div class="h-app">
<a href="/" class="u-url p-name">Wiki</a> <a href="/" class="u-url p-name">Wiki</a>
&mdash; created by <a href="https://peterstuifzand.nl/">Peter Stuifzand</a> &mdash; created by <a href="https://peterstuifzand.nl/">Peter Stuifzand</a>
</div> </div>
</div>
<div id="save-indicator" class="hide"></div> <div id="save-indicator" class="hide"></div>
</div> </div>