Add new logo SVG and update header background

Added LogoAlmavidMobail.svg to the assets and updated Header.scss to use the new logo SVG as the background image for .header__text, replacing the previous textLogo.svg.
This commit is contained in:
Madara0330E
2025-07-24 21:02:59 +05:00
parent a4e3c8d108
commit f6c3dc3e6b
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -379,7 +379,7 @@ Animations
.header__text {
position: absolute;
background-image: url("../../assets/images/logo/textLogo.svg");
background-image: url("../../assets/images/logo/LogoAlmavidMobail.svg");
top: 40%;
left: 50%;
transform: translate(-50%, -50%);