diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 1933e380b..3ec57ca70 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -30,7 +30,7 @@ export default { font-family: 'WorkSans', sans-serif !important; } .appContent { - min-width: 360px; + min-width: 330px; max-width: 1320px; margin-right: auto; margin-left: auto; diff --git a/frontend/src/components/Auth/AuthNavbar.vue b/frontend/src/components/Auth/AuthNavbar.vue index ade6340a6..7d8c6f08a 100644 --- a/frontend/src/components/Auth/AuthNavbar.vue +++ b/frontend/src/components/Auth/AuthNavbar.vue @@ -53,6 +53,7 @@ export default { .auth-header { font-family: 'Open Sans', sans-serif !important; + height: 150px; } .sheet-img { @@ -61,6 +62,17 @@ export default { max-width: 64%; } +@media screen and (max-width: 1024px) { + .auth-header { + height: 100px; + } +} + +@media screen and (max-width: 768px) { + .auth-header { + height: 70px; + } +} @media screen and (max-width: 450px) { .sheet-img { top: -15px; diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index ed3392c74..e8febd4e0 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -26,7 +26,7 @@ {{ $t('contribution.alert.answerQuestion') }} - +
{{ $t('creation') }} {{ $t('(') }}{{ amount / 20 }} {{ $t('h') }}{{ $t(')') }}
diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index f939de71d..03217a5ae 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -30,7 +30,7 @@
{{ username.username }}
-
+
{{ $store.state.email }}
diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index 722f89fbc..11b9e3060 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -3,7 +3,7 @@
-
+