From f6d6e2d798c197525c6e0e4c474fd2c1b7a45eed Mon Sep 17 00:00:00 2001
From: Giovanni Caruso <gc4117@cloud-vm-36-76.doc.ic.ac.uk>
Date: Sun, 27 Oct 2019 13:46:57 +0000
Subject: [PATCH] Fixed UI to make options aligned

---
 public/index.html | 3 +--
 public/styles.css | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 63bceef..0fbe398 100644
--- a/public/index.html
+++ b/public/index.html
@@ -74,8 +74,7 @@
               <div id="brush-colour">
                 <h3>Brush colour</h3>
               </div>
-              &nbsp;
-              <a href="#">
+              <a href="#" style="margin-left: 1%">
                 <div id="rectangle"></div>
               </a>
             </div>
diff --git a/public/styles.css b/public/styles.css
index 57e9796..a079ccc 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -360,6 +360,7 @@ button.selected {
 .slide-size {
   width: 90%;
   height: 20%;
+  margin-left: 2.2%;
 }
 
 .slider {
-- 
GitLab