diff --git a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.css b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.css
index 22f957b..b520561 100644
--- a/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.css
+++ b/ShoppingAssistantWebClient.Web/Shared/NavMenu.razor.css
@@ -124,6 +124,8 @@
}
.logo img {
float: left;
+ height: 3.25em;
+ width: 3.25em;
}
.wishlist_name {
padding-left: 0.7em;
@@ -131,8 +133,8 @@
white-space: nowrap;
overflow: hidden;
position: absolute;
- height: 2em;
- line-height: 2em;
+ height: 2.5em;
+ line-height: 2.5em;
}
.cont_wishlist {
margin-top: 0.4375em;
@@ -141,7 +143,7 @@
border-radius: 0.6em;
font-size: 1.1em;
width: 100%;
- height: 2em;
+ height:2.5em;
cursor: pointer;
}
.cont_wishlist:hover {
@@ -155,7 +157,7 @@
visibility: visible;
}
.button_delete_chat {
- margin-top: 0.4em;
+ margin-top: 0.65em;
margin-right: 1em;
float: right;
position: relative;
@@ -164,7 +166,7 @@
width: 1.2em;
}
.button_open_card {
- margin-top: 0.4em;
+ margin-top: 0.65em;
margin-right: 1em;
float: right;
visibility: hidden;
@@ -182,9 +184,9 @@
border-radius: 0.6em;
font-size: 1.2em;
width: 100%;
- height: 2em;
+ height:2.5em;
cursor: pointer;
- line-height: 2em;
+ line-height: 2.5em;
}
.add_chat a {
border-radius: 0.6em;
diff --git a/ShoppingAssistantWebClient.Web/wwwroot/css/site.css b/ShoppingAssistantWebClient.Web/wwwroot/css/site.css
index 6532e33..a910575 100644
--- a/ShoppingAssistantWebClient.Web/wwwroot/css/site.css
+++ b/ShoppingAssistantWebClient.Web/wwwroot/css/site.css
@@ -1,7 +1,7 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html {
- font-family: 'Nunito';
+ font-family: 'Roboto';
}
h1:focus {
diff --git a/ShoppingAssistantWebClient.Web/wwwroot/images/logo.png b/ShoppingAssistantWebClient.Web/wwwroot/images/logo.png
index b984f5b..92c98a5 100644
Binary files a/ShoppingAssistantWebClient.Web/wwwroot/images/logo.png and b/ShoppingAssistantWebClient.Web/wwwroot/images/logo.png differ