Update footer styling

This commit is contained in:
Robbie Antenesse 2019-05-30 14:59:38 -06:00 committed by Robbie Antenesse
parent db021647bd
commit 2b4fd70b85
5 changed files with 26 additions and 2 deletions

View File

@ -136,7 +136,7 @@
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
<a href="https://github.com/Alamantus/Lexiconga/issues" target="_blank" class="small button">Issues</a>
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</a>
|
<span class="separator">|</span>
<a class="button" id="helpInfoButton">Help</a>
<a class="button" id="termsInfoButton">Terms</a>
<a class="button" id="privacyInfoButton">Privacy</a>

View File

@ -14,7 +14,7 @@ main {
width: 90%;
max-width: 1000px;
min-height: 400px;
margin: 0 auto;
margin: 0 auto $header-height;
#sideColumn,
#mainColumn {

View File

@ -339,6 +339,7 @@ $nav-font-height: 16px;
bottom: $general-padding;
right: $general-padding;
max-width: 300px;
z-index: 10;
.message {
position: relative;
@ -391,10 +392,21 @@ $nav-font-height: 16px;
}
#bottom {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 5;
background-color: $light;
text-align: center;
padding: $general-padding / 2;
a {
color: #000000;
text-decoration: none;
}
.separator {
display: inline;
}
}

View File

@ -12,6 +12,8 @@ header {
}
main {
margin-bottom: $general-padding;
#sideColumn {
display: block;
width: 0;

View File

@ -88,4 +88,14 @@
}
}
#bottom {
position: relative;
bottom: unset;
.separator {
display: block;
visibility: hidden;
}
}
}