introducin heading box in documentation
This commit is contained in:
parent
4876be5487
commit
77951bada5
|
|
@ -1,6 +1,15 @@
|
|||
.demo-components {
|
||||
.title {
|
||||
@apply text-3xl font-bold text-center pb-16;
|
||||
.component {
|
||||
@apply border-b border-neutral-400 py-32;
|
||||
}
|
||||
.component-explanation {
|
||||
@apply max-w-screen-lg mx-auto px-8 text-center py-6;
|
||||
&__title {
|
||||
@apply text-3xl font-bold text-center pb-2;
|
||||
}
|
||||
&__description {
|
||||
@apply text-neutral-500 text-lg font-medium mx-auto pt-0 max-w-lg mx-auto;
|
||||
}
|
||||
}
|
||||
.buttons {
|
||||
@apply py-32;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user