diff --git a/bin/alfheimgame b/bin/alfheimgame index 466e47b..65e4159 100755 Binary files a/bin/alfheimgame and b/bin/alfheimgame differ diff --git a/bin/linux_amd64/alfheimgame b/bin/linux_amd64/alfheimgame index 0ab23fe..65e4159 100755 Binary files a/bin/linux_amd64/alfheimgame and b/bin/linux_amd64/alfheimgame differ diff --git a/bin/linux_amd64/static/style.css b/bin/linux_amd64/static/style.css index 5f549a2..1554965 100644 --- a/bin/linux_amd64/static/style.css +++ b/bin/linux_amd64/static/style.css @@ -51,7 +51,7 @@ nav { .loginbutton { align-self: center; display: flex; - background-color: ; + background-color: white; padding-top: 15px; padding-right: 20px; padding-bottom: 15px; @@ -65,8 +65,8 @@ main { margin: 0px; display: flex; flex-direction: column; - justify-content: start; - align-content: center; + justify-content: center; + align-items: center; min-height: 100%; max-height: 100%; margin-left: auto; @@ -89,13 +89,15 @@ p { } .wrapper { + display: inline-block; background: transparent; border: 2px solid white; backdrop-filter: blur(20px); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 15px; padding: 30px 40px; - + width: 80%; + text-align: center; } .wrapper h1 { @@ -167,7 +169,7 @@ input { } footer { - position: fixed; + position: relative; left: 0; bottom: 0; width: 100%; diff --git a/bin/linux_amd64/ui/base.html b/bin/linux_amd64/ui/base.html index 9fc5a56..0c81a52 100644 --- a/bin/linux_amd64/ui/base.html +++ b/bin/linux_amd64/ui/base.html @@ -28,7 +28,7 @@ diff --git a/bin/static/style.css b/bin/static/style.css index 5f549a2..1554965 100644 --- a/bin/static/style.css +++ b/bin/static/style.css @@ -51,7 +51,7 @@ nav { .loginbutton { align-self: center; display: flex; - background-color: ; + background-color: white; padding-top: 15px; padding-right: 20px; padding-bottom: 15px; @@ -65,8 +65,8 @@ main { margin: 0px; display: flex; flex-direction: column; - justify-content: start; - align-content: center; + justify-content: center; + align-items: center; min-height: 100%; max-height: 100%; margin-left: auto; @@ -89,13 +89,15 @@ p { } .wrapper { + display: inline-block; background: transparent; border: 2px solid white; backdrop-filter: blur(20px); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-radius: 15px; padding: 30px 40px; - + width: 80%; + text-align: center; } .wrapper h1 { @@ -167,7 +169,7 @@ input { } footer { - position: fixed; + position: relative; left: 0; bottom: 0; width: 100%; diff --git a/bin/ui/base.html b/bin/ui/base.html index 9fc5a56..0c81a52 100644 --- a/bin/ui/base.html +++ b/bin/ui/base.html @@ -28,7 +28,7 @@ diff --git a/static/style.css b/static/style.css index 4f767d3..1554965 100644 --- a/static/style.css +++ b/static/style.css @@ -169,7 +169,7 @@ input { } footer { - position: fixed; + position: relative; left: 0; bottom: 0; width: 100%;