fixed logo ratio
This commit is contained in:
@@ -32,7 +32,7 @@ footer .about-us {
|
|||||||
@apply flex flex-col gap-6;
|
@apply flex flex-col gap-6;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@apply w-60 h-14;
|
@apply w-[209px] h-16;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
@@ -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-60 h-14;
|
@apply w-[209px] h-16;
|
||||||
}
|
}
|
||||||
|
|
||||||
&>a {
|
&>a {
|
||||||
|
|||||||
Reference in New Issue
Block a user