+ diff --git a/static/css/auth_header.css b/static/css/auth_header.css index 9bc7c59..77209a1 100644 --- a/static/css/auth_header.css +++ b/static/css/auth_header.css @@ -28,6 +28,5 @@ } .auth-header .auth-header-image-container img{ - width: 100%; - height: 100%; + width:100% } \ No newline at end of file diff --git a/static/css/header.css b/static/css/header.css index 6b1fcfe..f99f10d 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -30,6 +30,7 @@ body { width: 20%; } .headerDIVLogo > img { + margin-left: 20px; float: left; height: 80%; position: relative; diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..333b34d Binary files /dev/null and b/static/images/logo.png differ diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index b98dd14..0b7c507 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,6 +1,6 @@
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index d80a0a6..03390d3 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -1,6 +1,6 @@
+
+