improve footer spacing

pull/225/head
Ivan Jonas 6 years ago
parent a4fe3c7a85
commit 29d166a5c9

@ -61,7 +61,7 @@ html, body {
/* Set the fixed height of the footer here */
#footer {
height: 70px;
padding: 2em 0 1.6em;
background-color: #f5f5f5;
}

@ -931,11 +931,11 @@ Footer
************************************************-->
<div id="footer" ng-cloak>
<div class="container">
<p class="text-muted credit" style="float:left">
<div class="text-muted credit" style="float:left">
Keyboard Layout Editor v{{version}} (<a href='#' ng-click="showMarkdown('CHANGELOG.md', $event)">changelog</a>)<br/>
Copyright &copy; 2013-2015 &mdash; Ian Prest (<a href='#' ng-click="showMarkdown('CONTRIB.md', $event)">and contributors</a>)<br/>
All rights reserved. (<a href='#' ng-click="showMarkdown('LICENSE.md', $event)">LICENSE</a>)
</p>
</div>
<div style="float:right;">
<a href="#" ng-click="showHelp($event)"><i class="fa fa-question-circle"></i> Help &amp; keyboard shortcuts</a><br/>
<a href="https://github.com/ijprest/keyboard-layout-editor/issues" target="_blank"><i class="fa fa-bug"></i> Found a bug?</a><br/>

Loading…
Cancel
Save