mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
parent
5ae359bb88
commit
18a03c8075
2 changed files with 11 additions and 0 deletions
|
@ -796,4 +796,14 @@ small {
|
|||
|
||||
background-color: rgba(233, 161, 28, 0.2);
|
||||
border: 2px black dashed;
|
||||
}
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
font-size: 0.8em;
|
||||
border-top: 1px solid #eee;
|
||||
margin-top: 4em;
|
||||
padding: 1em;
|
||||
background: #fafafa;
|
||||
text-align: center;
|
||||
}
|
|
@ -66,6 +66,7 @@
|
|||
{% endblock body %}
|
||||
</div>
|
||||
</div>
|
||||
<footer>Copanier est un logiciel libre. <a href="https://github.com/spiral-project/copanier">Vous pouvez y contribuer et l'améliorer ! ❤️</a></footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue