feat: testimonials template
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
--text-xl: 18px;
|
||||
--text-2xl: 20px;
|
||||
--text-3xl: 22px;
|
||||
--text-4xl: 44px;
|
||||
--navbar-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08)
|
||||
}
|
||||
|
||||
@@ -751,6 +752,11 @@ input[type=checkbox] {
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-testimonial {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.description-card {
|
||||
padding: 1.5rem;
|
||||
flex-direction: column;
|
||||
@@ -1381,3 +1387,12 @@ pre {
|
||||
text-indent: 1.5rem;
|
||||
background-position: 1rem 0.65rem;
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
font-size: var(--text-4xl);
|
||||
}
|
||||
|
||||
.testimonial-card {
|
||||
flex-direction: column;
|
||||
padding: 1rem 1rem 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user