updating links architecture from folder img

This commit is contained in:
Antoine M 2024-03-13 17:51:43 +01:00
parent 3705de94c8
commit dda67a8174

View File

@ -18,10 +18,19 @@
&__content {
@apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;
background-image: url("../../../img/mask.svg");
background-image: url("../../../img/shapes-background/mask.svg");
background-position: center;
background-size: cover;
// padding-bottom: -100px;
}
}
.content-page {
@apply flex flex-col justify-center items-center relative bg-lhoist;
@screen md {
min-height: calc(99.8dvh - $margin * 2);
width: calc(100% - $margin * 2);
margin: $margin auto $margin auto;
}
}
}