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;