make footer sticky
This commit is contained in:
parent
5476cf39e9
commit
6c9b935592
6 changed files with 18 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<footer class="footer-area">
|
<footer class="push-footer">
|
||||||
<div class="container">
|
<p>
|
||||||
<div class="footer-area-wrapper text-center">
|
<a href="https://gitlab.com/guardianproject/wind-fdroidclient">
|
||||||
<a href="{{ site.baseurl }}/fdroid-webdash/">{% t view_all_apps %}</a> | <a href="https://gitlab.com/likebutter/butterapp">{% t built_on_fdroid %}</a>
|
The Butter App Store is built on F-Droid free software
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -4,6 +4,4 @@ layout: basic
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
@ -8,4 +8,6 @@ layout: basic
|
||||||
|
|
||||||
<div class="informational-container">
|
<div class="informational-container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
|
@ -23,6 +23,9 @@ body {
|
||||||
.main-area {
|
.main-area {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,12 +142,15 @@ a:active {
|
||||||
|
|
||||||
.top-nav {
|
.top-nav {
|
||||||
max-width: 860px;
|
max-width: 860px;
|
||||||
|
width: -webkit-fill-available;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.informational-container {
|
.informational-container {
|
||||||
|
flex: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 680px;
|
max-width: 680px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
@ -213,7 +216,6 @@ a:active {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Make this push to the bottom when the page isn't as tall as the viewport.
|
|
||||||
.push-footer {
|
.push-footer {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
10
apps.html
10
apps.html
|
|
@ -16,12 +16,4 @@ breadcrumb: "App Store"
|
||||||
</div>
|
</div>
|
||||||
{% include sideload.html %}
|
{% include sideload.html %}
|
||||||
|
|
||||||
<a class="btn-secondary" href="{{ site.base_url }}/fdroid-webdash/">View in Browser</a>
|
<a class="btn-secondary" href="{{ site.base_url }}/fdroid-webdash/">View in Browser</a>
|
||||||
|
|
||||||
<footer class="push-footer">
|
|
||||||
<p>
|
|
||||||
<a href="https://gitlab.com/guardianproject/wind-fdroidclient">
|
|
||||||
The Butter App Store is built on F-Droid free software
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</footer>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue