@@ -80,7 +80,7 @@
-
Have a look at our games page
+Have a look at our games page
diff --git a/mainPage.css b/mainPage.css
index 20963f8..3d0626e 100644
--- a/mainPage.css
+++ b/mainPage.css
@@ -24,6 +24,7 @@ h1 {
.contentArea
{
+ padding-top: 100px;
display: flex;
flex-direction: column;
align-items: center;
diff --git a/navigationStyle.css b/navigationStyle.css
index bb5b852..e31d03f 100644
--- a/navigationStyle.css
+++ b/navigationStyle.css
@@ -24,6 +24,7 @@ li, a, button {
/*title bar*/
header {
+ position: fixed;
width: 100%;
display: flex;
justify-content: space-between;
-