Add wrapper

This commit is contained in:
Le Libre Au Quotidien 2020-12-14 10:50:44 +01:00
parent d11512381a
commit 34c192fb79
3 changed files with 52 additions and 34 deletions

7
public/css/app.css vendored
View File

@ -13899,6 +13899,13 @@ readers do not read off random characters that represent icons */
white-space: pre-wrap;
}
.wrapper {
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.buttons::after {
content: "Aller";
}

View File

@ -16,6 +16,12 @@ $icons-padding: 5px;
.description{
white-space: pre-wrap;
}
.wrapper{
display: flex;
min-height: 100vh;
flex-direction: column;
justify-content: space-between;
}
.buttons::after{
content:"Aller";
}

View File

@ -9,6 +9,9 @@
</head>
<body>
<div class="wrapper">
<nav>
<div class="nav-wrapper grey darken-1">
<a href="/" class="brand-logo">Infojune</a>
@ -45,11 +48,13 @@
<div class="container">
<div class="row">
CC-BY-NC-SA
<a class="grey-text text-lighten-4 right" href="https://git.p2p.legal/llaq/infojune">Dépot git</a>
<a class="grey-text text-lighten-4 right" href="https://git.p2p.legal/llaq/infojune">Dépot
git</a>
</div>
</div>
</div>
</footer>
</div>
<script src="/js/analytics.js"></script>
</body>