logo updated
This commit is contained in:
parent
3b31bf4b66
commit
0a5dcd8554
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 82 KiB |
BIN
app/favicon1.ico
Normal file
BIN
app/favicon1.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@ -23,9 +23,9 @@ export default function Footer1() {
|
|||||||
data-wow-delay=".2s"
|
data-wow-delay=".2s"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="/assets/img/logo/black-logo.svg"
|
src="/assets/img/logo/logo.png"
|
||||||
width={149}
|
width={300}
|
||||||
height={64}
|
height={60}
|
||||||
alt="img"
|
alt="img"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ export default function Header1() {
|
|||||||
<Image
|
<Image
|
||||||
src="/assets/img/logo/logo.png"
|
src="/assets/img/logo/logo.png"
|
||||||
width={300}
|
width={300}
|
||||||
height={150}
|
height={60}
|
||||||
alt="img"
|
alt="img"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
BIN
public/assets/img/logo/logo.png
Normal file
BIN
public/assets/img/logo/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@ -27,9 +27,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo-img {
|
.logo-img {
|
||||||
width: 200px;
|
width: 310px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
border-radius: 100px;
|
// border-radius: 100px;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user