From b03c9abf71ed0dd81ec9e9e62b3fcfba3860827d Mon Sep 17 00:00:00 2001 From: Keyu Bao <keyu.bao@hft-stuttgart.de> Date: Fri, 15 May 2020 11:21:28 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 285f42e..3ee1c09 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ <div id="header"> <div id="logo"> <!-- class="logo_colour", allows you to change the colour of the text --> - <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" /></h1> + <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1> <h1><a href="index.html">INSOURCE<span class="logo_colour"> Food-Water-Energy Simulator</span></a></h1> </div> -- GitLab