correction on small screen page-card behaviour

This commit is contained in:
Antoine M 2024-01-23 17:25:56 +01:00
parent 7a3bc15316
commit 144c0c5983

View File

@ -1,6 +1,8 @@
.page-card {
@apply relative py-6 px-16 shadowed my-4 bg-white rounded-2xl grid gap-12 justify-center items-center;
@screen sm {
grid-template-columns: 120px 1fr;
}
&__title {
@apply !text-2xl font-bold text-secondary !my-0;
}