mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
13 lines
218 B
SCSS
13 lines
218 B
SCSS
.testimony {
|
|
@apply grid gap-2;
|
|
@apply rounded border-2 p-4 dark:border-zinc-900;
|
|
|
|
blockquote {
|
|
@apply text-justify text-xs leading-normal opacity-90;
|
|
}
|
|
|
|
figcaption {
|
|
@apply text-xs opacity-60;
|
|
}
|
|
}
|