mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FEAT] Add BRECcIA attribution to footer
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user