fixed logo ratio

This commit is contained in:
mohadese-nm
2024-07-24 18:01:38 +04:30
parent 14b0313d43
commit d25d744d7f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ footer .about-us {
@apply flex flex-col gap-6;
img {
@apply w-60 h-14;
@apply w-[209px] h-16;
}
p {
+1 -1
View File
@@ -35,7 +35,7 @@ const overlay = (event, is) => {
@apply sticky top-0 z-10 xl:gap-4;
&>a>img {
@apply w-60 h-14;
@apply w-[209px] h-16;
}
&>a {