diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9a5a019..7ec1480 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -62,7 +62,7 @@ - + diff --git a/index.html b/index.html index f7afc88..1c81ccb 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ -

Short overview

+

Short overview

@@ -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;