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>
<div class="about-us">
<div>
<img src="/images/anahitaLogo.png" alt="logo" />
<img src="/images/anahitaLogo.webp" alt="logo" />
<p>{{ $t("aboutUsDesc") }}</p>
</div>
<ul>
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<header class="header-desktop">
<router-link to="/">
<img src="/images/anahitaLogo.png" alt="Asan Market" />
<img src="/images/anahitaLogo.webp" alt="Asan Market" />
</router-link>
<AppDesktopHeaderNavigation />
<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;
&>a>img {
@apply w-[209px] h-16;
@apply text-center;
}
&>a {
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB