diff --git a/README.md b/README.md index c52067d..6ecd92d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
' +
+ '
' +
'' +
'Home' +
'Create' +
diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css
index 74bbd85..fbad936 100644
--- a/client/src/styles/GLOBAL.css
+++ b/client/src/styles/GLOBAL.css
@@ -356,7 +356,7 @@ input {
#navbar {
display: flex;
align-items: center;
- padding: 5px 0;
+ padding: 8px 0;
width: 100%;
background-color: #16141e;
height: 45px;
diff --git a/client/src/styles/home.css b/client/src/styles/home.css
index 369d068..033e390 100644
--- a/client/src/styles/home.css
+++ b/client/src/styles/home.css
@@ -105,10 +105,10 @@ h3 {
font-family: 'signika-negative', sans-serif;
}
-img[src='../images/logo_cropped.gif'] {
- max-width: 360px;
- width: 50vw;
- min-width: 250px;
+img[src='../images/new-logo.png'] {
+ max-width: 250px;
+ width: 25vw;
+ min-width: 180px;
margin: 1em 0 1em 0;
}
diff --git a/client/src/views/home.html b/client/src/views/home.html
index fa2099e..7f8d5ab 100644
--- a/client/src/views/home.html
+++ b/client/src/views/home.html
@@ -25,7 +25,7 @@