introducin heading box in documentation
This commit is contained in:
parent
4876be5487
commit
77951bada5
|
|
@ -1,6 +1,15 @@
|
||||||
.demo-components {
|
.demo-components {
|
||||||
.title {
|
.component {
|
||||||
@apply text-3xl font-bold text-center pb-16;
|
@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 {
|
.buttons {
|
||||||
@apply py-32;
|
@apply py-32;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user