Improve footer: improve spacing, https URL
This commit is contained in:
parent
adcc0dd69e
commit
02a82621b7
2 changed files with 7 additions and 2 deletions
|
@ -146,8 +146,13 @@ a {
|
||||||
.navbar-default .navbar-brand:focus {
|
.navbar-default .navbar-brand:focus {
|
||||||
color: var(--gray0);
|
color: var(--gray0);
|
||||||
}
|
}
|
||||||
hr{
|
hr {
|
||||||
border-top: 1px solid var(--gray2);
|
border-top: 1px solid var(--gray2);
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 23px;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
padding: 23px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6{
|
h1, h2, h3, h4, h5, h6{
|
||||||
|
|
|
@ -84,7 +84,7 @@ Haldis - {{ active_page|capitalize }}
|
||||||
<div class="footerWrapper">
|
<div class="footerWrapper">
|
||||||
<div class="pull-left">Made with ❤ by <a href="https://zeus.gent/">Zeus WPI</a></div>
|
<div class="pull-left">Made with ❤ by <a href="https://zeus.gent/">Zeus WPI</a></div>
|
||||||
<div class="changeThemeButton" id="themeChange"><!-- Populated with JS --></div>
|
<div class="changeThemeButton" id="themeChange"><!-- Populated with JS --></div>
|
||||||
<div class="pull-right"><a href="http://github.com/ZeusWPI/Haldis">© {{ ""|year }}</a></div>
|
<div class="pull-right"><a href="https://github.com/ZeusWPI/Haldis">© {{ ""|year }}</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue