Files
Reactive-Resume/client/components/landing/Testimony.module.scss
2022-08-26 00:00:18 +02:00

13 lines
221 B
SCSS

.testimony {
@apply grid gap-2;
@apply rounded border-2 p-4 dark:border-neutral-800;
blockquote {
@apply text-justify text-xs leading-normal opacity-90;
}
figcaption {
@apply text-xs opacity-60;
}
}