diff --git a/auth/assets/public/background.png b/auth/assets/public/background.png deleted file mode 100644 index 66ef17af5..000000000 Binary files a/auth/assets/public/background.png and /dev/null differ diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css index b8d63c749..2a2960b07 100644 --- a/auth/assets/public/style.css +++ b/auth/assets/public/style.css @@ -3,36 +3,18 @@ --primary-hover: #497689; --light: #E4E9EF; --danger: #E54122; + --body-margin: 50px; } html { overflow: hidden; } -html, -body { - height: 100%; -} - body { overflow: scroll; - background-size: cover; - background-repeat: no-repeat; - background-attachment: fixed; - padding-top: 150px; - padding-bottom: 100px; - background: rgb(17, 25, 31); + margin: var(--body-margin) 0; font-family: 'Nunito', sans-serif; - -} - -body::before { - content: ""; - position: fixed; - left: 0; - right: 0; - top: 0; - bottom: 0; + height: calc(100vh - 2 * var(--body-margin)); } .logo { @@ -119,6 +101,7 @@ a:hover { width: 100%; max-width: 650px; margin: auto; + padding: 0 20px; } .footer { diff --git a/auth/assets/templates/inc_header.html.tpl b/auth/assets/templates/inc_header.html.tpl index b10d87f5d..6525f6e7c 100644 --- a/auth/assets/templates/inc_header.html.tpl +++ b/auth/assets/templates/inc_header.html.tpl @@ -13,7 +13,7 @@ - -
+ +
{{ template "inc_nav.html.tpl" . }} diff --git a/auth/assets/templates/inc_nav.html.tpl b/auth/assets/templates/inc_nav.html.tpl index f0422103e..177971bf4 100644 --- a/auth/assets/templates/inc_nav.html.tpl +++ b/auth/assets/templates/inc_nav.html.tpl @@ -14,11 +14,16 @@
{{ else if .user }} -