mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Add BRECcIA attribution to footer
This commit is contained in:
@@ -18,4 +18,11 @@ body {
|
|||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer .container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
/* end of sticky footer styles */
|
/* end of sticky footer styles */
|
||||||
|
|||||||
@@ -214,6 +214,7 @@
|
|||||||
<footer class="footer bg-light">
|
<footer class="footer bg-light">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<span class="text-muted">{{ config.PROJECT_LONG_NAME }}</span>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user