correction on small screen page-card behaviour
This commit is contained in:
parent
7a3bc15316
commit
144c0c5983
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user