change logo ratio

This commit is contained in:
mohadese-nm
2024-07-25 13:23:28 +04:30
parent 3400b200c7
commit 4a14a3a943
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template> <template>
<div class="about-us"> <div class="about-us">
<div> <div>
<img src="/images/anahitaLogo.png" alt="logo" /> <img src="/images/anahitaLogo.webp" alt="logo" />
<p>{{ $t("aboutUsDesc") }}</p> <p>{{ $t("aboutUsDesc") }}</p>
</div> </div>
<ul> <ul>
+2 -2
View File
@@ -1,7 +1,7 @@
<template> <template>
<header class="header-desktop"> <header class="header-desktop">
<router-link to="/"> <router-link to="/">
<img src="/images/anahitaLogo.png" alt="Asan Market" /> <img src="/images/anahitaLogo.webp" alt="Asan Market" />
</router-link> </router-link>
<AppDesktopHeaderNavigation /> <AppDesktopHeaderNavigation />
<router-link v-if="!logged" :to="{ path: '/auth/login' }"> <router-link v-if="!logged" :to="{ path: '/auth/login' }">
@@ -35,7 +35,7 @@ const overlay = (event, is) => {
@apply sticky top-0 z-10 xl:gap-4; @apply sticky top-0 z-10 xl:gap-4;
&>a>img { &>a>img {
@apply w-[209px] h-16; @apply text-center;
} }
&>a { &>a {
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB