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 border-2 rounded p-4 dark:border-neutral-800;
|
|
|
|
blockquote {
|
|
@apply text-xs leading-normal text-justify opacity-90;
|
|
}
|
|
|
|
figcaption {
|
|
@apply text-xs opacity-60;
|
|
}
|
|
}
|