[FEAT] Add BRECcIA attribution to footer

This commit is contained in:
2023-01-20 16:47:48 +00:00
parent d5eef1a296
commit 8782b879a1
2 changed files with 8 additions and 0 deletions

View File

@@ -18,4 +18,11 @@ body {
line-height: 60px;
flex-shrink: 0;
}
.footer .container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
/* end of sticky footer styles */

View File

@@ -214,6 +214,7 @@
<footer class="footer bg-light">
<div class="container">
<span class="text-muted">{{ config.PROJECT_LONG_NAME }}</span>
<span class="text-muted">Developed by the <a href="https://gcrf-breccia.com">BRECcIA</a> team</span>
</div>
</footer>