updating links architecture from folder img
This commit is contained in:
parent
3705de94c8
commit
dda67a8174
|
|
@ -18,10 +18,19 @@
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
@apply text-center pt-12 px-16 w-fit mx-auto h-auto overflow-visible relative;
|
@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-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
// padding-bottom: -100px;
|
// 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user