Improve testimonial styles

This commit is contained in:
Ben Visness
2024-11-01 20:13:41 -05:00
parent 162ff6168d
commit 2ed255e770
3 changed files with 15 additions and 7 deletions

View File

@@ -18,3 +18,8 @@
.shadow {
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}
/* This was supposed to be in tailwind, but whatever... */
.flex-shrink-0 {
flex-shrink: 0;
}