diff --git a/images/bg.png b/images/bg.png deleted file mode 100644 index 7cef1cf..0000000 Binary files a/images/bg.png and /dev/null differ diff --git a/images/colored_tilemap_packed.png b/images/colored_tilemap_packed.png deleted file mode 100644 index 2665532..0000000 Binary files a/images/colored_tilemap_packed.png and /dev/null differ diff --git a/styles/style.css b/styles/style.css index 5bac6f6..c886fab 100644 --- a/styles/style.css +++ b/styles/style.css @@ -164,7 +164,7 @@ p { .site-header { position: relative; - padding: 24px 0; + padding: 12px 0; z-index: 2; } .site-header-inner { @@ -413,8 +413,8 @@ main { position: relative; display: flex; flex-wrap: wrap; - padding-top: 48px; - padding-bottom: 48px; + padding-top: 24px; + padding-bottom: 24px; } .nes-container { @@ -462,9 +462,10 @@ main { } .footer-copyright { flex: none; - width: 100%; + width: 80%; display: inline-flex; justify-content: center; + align-items: center; } .register { height: 1200px; @@ -482,6 +483,8 @@ main { background-color: #2e1e26; margin: auto; padding: 20px; + border-radius: 5px; + box-shadow: 0 0 4px #433e4c; } .nes-field { @@ -500,6 +503,8 @@ main { justify-content: center; text-align: center; background-color: #3f2a34; + border-radius: 5px; + box-shadow: #3f2a34; } .container .login { display: flex; diff --git a/views/partials/footer.php b/views/partials/footer.php index ee9ec5e..7a4d2ff 100644 --- a/views/partials/footer.php +++ b/views/partials/footer.php @@ -6,7 +6,7 @@ Logo - + @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/views/partials/nav.php b/views/partials/nav.php index 2253c39..2a71c19 100644 --- a/views/partials/nav.php +++ b/views/partials/nav.php @@ -1,6 +1,6 @@
- diff --git a/views/profile.view.php b/views/profile.view.php index 43b402e..f2193f7 100644 --- a/views/profile.view.php +++ b/views/profile.view.php @@ -2,7 +2,7 @@
-
+