mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
13 lines
221 B
SCSS
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;
|
|
}
|
|
}
|