mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
fix(client): 🐛 do not allow private resumes to be viewable or downloadable through the link
This commit is contained in:
12
client/components/home/Testimony.module.scss
Normal file
12
client/components/home/Testimony.module.scss
Normal file
@ -0,0 +1,12 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user