diff --git a/dist/app.css b/dist/app.css index 47754b9..c524e10 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12104,6 +12104,16 @@ a { width: 100%; display: flex; justify-content: space-between; + max-width: 100%; + gap: 3rem; + align-items: center; + } + .top-nav .logo-wrapper img { + max-width: 358px; + } + .top-nav .logo-wrapper svg { + width: 50px; + height: 50px; } } @media (min-width: 768px) { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index a7a6ca3..326ca58 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=ce3fa578c7b9950544cb7734f99353eb" + "/app.css": "/app.css?id=10e9f0779597c38e3993f512fbaa1f8b" } diff --git a/src/scss/header.scss b/src/scss/header.scss index 5cc4fd8..6fe1aec 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -9,6 +9,18 @@ width: 100%; display: flex; justify-content: space-between; + max-width: 100%; + gap: 3rem; + align-items: center; + + img { + max-width: 358px; + } + + svg { + width: 50px; + height: 50px; + } } #mobile-nav-toggle {