Skip to content
Snippets Groups Projects
Commit ce810bd8 authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update file footer_custom.html

parent 9e5ac55f
No related branches found
No related tags found
1 merge request!10merge for publish
Pipeline #245848 passed
......@@ -3,19 +3,25 @@
display: flex;
align-items: center;
}
.footer-logo img {
height: 40px;
.footer-logo img.tu-delft {
height: 30px;
width: auto;
}
.footer-logo img:last-child {
margin-left: 20px;
.footer-logo img.mude {
height: 20px;
width: auto;
margin-left: 15px;
}
.footer-text {
font-size: 14px;
margin-top: 5px;
}
</style>
<div class="footer-logo">
<img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo">
<img src="{{ site.logo | relative_url }}" alt="MUDE Logo">
<img class="tu-delft" src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo">
<img class="mude" src="{{ site.logo | relative_url }}" alt="MUDE Logo">
</div>
<div>
<div class="footer-text">
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment