mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix footer alignment
This commit is contained in:
parent
eef6c492f9
commit
355470a2e8
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ common-js:
|
||||||
</nav>
|
</nav>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<hr/>
|
<hr/>
|
||||||
<footer>
|
<footer class="container">
|
||||||
<p>© 2013-2019. The go-ethereum Authors.</p>
|
<p>© 2013-2019. The go-ethereum Authors.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue