From 1630a6ff60e80cbe95f72e25034f28db4a43808c Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Fri, 29 Jun 2018 22:40:15 -0500
Subject: [PATCH] Update index-open.html

---
 index-open.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index-open.html b/index-open.html
index cdc659c..01bb9b5 100644
--- a/index-open.html
+++ b/index-open.html
@@ -1,6 +1,7 @@
 <html>
     <!-- classes were from SparrOS Developer Team -->
   <title>DremJS</title>
+	<!-- If you run out of space for start menu, increase number on line 14 -->
     <style>
     .start {
       position: absolute;
@@ -22,11 +23,10 @@
       -o-background-size: cover;
       background-size: cover;
     }
-        div {
+	    div {
 	background-color: gray;
-    width: 500px;
-    padding: 10px;
-    hight: 1000px;
+    width: 80px;
+    padding: 80px;
     border: 5px solid gray;
     margin: 0;
 }