Refactor title to nav

This commit is contained in:
Florian RICHER 2024-01-07 23:00:54 +01:00
parent 60a36f0eb8
commit 9cd4298764
14 changed files with 98 additions and 61 deletions

View file

@ -3,14 +3,14 @@
@apply min-h-screen w-full flex flex-col md:flex-row items-center gap-5 relative;
& > div {
@apply flex-1 p-10;
@apply flex-1;
}
& > .top_component__image {
@apply flex justify-center items-center;
@apply flex justify-center items-center px-5;
& > img {
@apply mx-auto rounded-lg;
@apply rounded-lg w-full;
}
}