refining with alignment handling
This commit is contained in:
parent
67e782fcd4
commit
1e36442191
|
|
@ -1,5 +1,5 @@
|
|||
.homegrade-blocks-figure {
|
||||
@apply text-center;
|
||||
@apply text-left;
|
||||
&__figure {
|
||||
@apply font-bold !text-4xl text-slate-900 !mb-0;
|
||||
}
|
||||
|
|
@ -8,8 +8,15 @@
|
|||
}
|
||||
&__caption {
|
||||
p {
|
||||
@apply !mb-0 mx-auto;
|
||||
@apply !mb-0 w-fit;
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.homegrade-blocks-card--align-center .homegrade-blocks-figure {
|
||||
@apply text-center;
|
||||
}
|
||||
.homegrade-blocks-card--align-right .homegrade-blocks-figure {
|
||||
@apply text-right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user