Update footer styling
This commit is contained in:
parent
918dad1ad8
commit
bd58301a9a
|
@ -136,7 +136,7 @@
|
||||||
<a href="https://blog.lexicon.ga" target="_blank" class="small button">Blog</a>
|
<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/issues" target="_blank" class="small button">Issues</a>
|
||||||
<a href="https://github.com/Alamantus/Lexiconga/releases" target="_blank" class="small button">Updates</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="helpInfoButton">Help</a>
|
||||||
<a class="button" id="termsInfoButton">Terms</a>
|
<a class="button" id="termsInfoButton">Terms</a>
|
||||||
<a class="button" id="privacyInfoButton">Privacy</a>
|
<a class="button" id="privacyInfoButton">Privacy</a>
|
||||||
|
|
|
@ -14,7 +14,7 @@ main {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto $header-height;
|
||||||
|
|
||||||
#sideColumn,
|
#sideColumn,
|
||||||
#mainColumn {
|
#mainColumn {
|
||||||
|
|
|
@ -339,6 +339,7 @@ $nav-font-height: 16px;
|
||||||
bottom: $general-padding;
|
bottom: $general-padding;
|
||||||
right: $general-padding;
|
right: $general-padding;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -391,10 +392,21 @@ $nav-font-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bottom {
|
#bottom {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 5;
|
||||||
|
background-color: $light;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: $general-padding / 2;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.separator {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,8 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
margin-bottom: $general-padding;
|
||||||
|
|
||||||
#sideColumn {
|
#sideColumn {
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
|
@ -88,4 +88,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bottom {
|
||||||
|
position: relative;
|
||||||
|
bottom: unset;
|
||||||
|
|
||||||
|
.separator {
|
||||||
|
display: block;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue