From 7a4fb4a81bf1c4cddae0f4f0e50c125ea0bb0db6 Mon Sep 17 00:00:00 2001 From: Kwangjin Lee <k.lee-5@student.tudelft.nl> Date: Mon, 2 Sep 2024 17:24:35 +0200 Subject: [PATCH] add margin --- _includes/footer_custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 324bf54..eaece45 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,6 +1,6 @@ <div class="footer-logo"> <img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo" style="height: 40px; width: auto;"> - <img src="{{ site.logo | relative_url }}" alt="MUDE Logo" style="height: 50px; width: auto;"> + <img src="{{ site.logo | relative_url }}" alt="MUDE Logo" style="height: 50px; width: auto; margin-top: 10px;"> </div> <div> The MUDE Team © 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> -- GitLab