Fix footer alignment

This commit is contained in:
Felix Lange 2019-03-19 14:01:55 +01:00
parent eef6c492f9
commit 355470a2e8

View file

@ -41,7 +41,7 @@ common-js:
</nav> </nav>
{{ content }} {{ content }}
<hr/> <hr/>
<footer> <footer class="container">
<p>&copy; 2013-2019. The go-ethereum Authors.</p> <p>&copy; 2013-2019. The go-ethereum Authors.</p>
</footer> </footer>
</body> </body>