diff --git a/.gitignore b/.gitignore
index 690ed04..7ea0d97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
img/
system-css/
-style.css
\ No newline at end of file
diff --git a/index.html b/index.html
index 2d2dd27..dd9508c 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,11 @@
-
-
+
+
+
Baxter's Desktop
diff --git a/style/additional-style.css b/style/style.css
similarity index 94%
rename from style/additional-style.css
rename to style/style.css
index 9c821bc..bf3f410 100644
--- a/style/additional-style.css
+++ b/style/style.css
@@ -37,6 +37,7 @@ p {
.window-pane {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
+ grid-template-rows: 1fr 1fr 1fr;
justify-items: center;
}