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

Update 2 files

- /_includes/footer_custom.html
- /_sass/custom/custom.scss
parent 2f4e3124
No related branches found
No related tags found
1 merge request!10merge for publish
Pipeline #245774 failed
<div class="footer-logo">
<img src="{{ site.footer_logo | relative_url }}" alt="Footer Logo" style="height: 60px; width: auto;">
<div class="footer-logo-container">
<div class="footer-logo"></div>
</div>
<div>
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
......
......@@ -152,4 +152,19 @@ $hyperlink-color: #0076C2;
font-size: 1.1rem; // Increase font size
padding: 0.5rem 0.75rem; // Add some padding for better clickability
}
}
.footer-logo-container {
display: flex;
justify-content: center;
margin-bottom: 1rem;
}
.footer-logo {
width: 150px; // Adjust this to your desired width
height: 60px; // Adjust this to your desired height
background-image: url('#{$baseurl}/assets/logo/TUDelft Logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
\ 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