Resolve bad footer alignement

This commit is contained in:
Le Libre Au Quotidien 2020-06-10 18:43:13 +02:00
parent d1f71c4562
commit 1d65926247
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<a class="simple" href="/"><img width="80px" src="./assets/juneland.svg" alt="infojune"></a><p> Le site Infojune est encore en beta, mais il s'améliorera avec le temps </p>
</header>
<router-view></router-view>
<footer><a class="button" href="/#/cf"> PARTICIPEZ AU CROWDFOUNDING DU SITE INFOJUNE.FR</a> Crée et hébergé par <a class="button" href="https://lelibreauquotidien.fr">llaq</a> - <a class="button" href="https://git.p2p.legal/llaq/infojune">Disponible sous CC-BY-NC-SA</a></footer>
<footer><a class="button" href="/#/cf"> PARTICIPEZ AU CROWDFOUNDING DU SITE INFOJUNE.FR</a> Crée et hébergé par <a class="link" href="https://lelibreauquotidien.fr">llaq</a> - <a class="link" href="https://git.p2p.legal/llaq/infojune">Disponible sous CC-BY-NC-SA</a></footer>
</div>
</template>
@ -22,10 +22,14 @@ export default {
</script>
<style>
body{
height:100%;
position: relative;
}
footer{
position: absolute;
bottom: 0;
height:1px;
}
header{
display: flex;