12 lines
200 B
CSS
12 lines
200 B
CSS
.demo-components {
|
|
.title {
|
|
@apply text-3xl font-bold text-center pb-16;
|
|
}
|
|
.buttons {
|
|
@apply py-32;
|
|
.buttons-example {
|
|
@apply flex justify-center gap-8;
|
|
}
|
|
}
|
|
}
|