change how resume page is handled and add some testimonials

This commit is contained in:
2026-04-06 10:26:22 -07:00
parent e14261bf4d
commit 4f12d9c5ac
3 changed files with 38 additions and 13 deletions

View File

@ -43,3 +43,14 @@
.job li strong:not(a) {
color: var(--color-teal);
}
.testimonial {
font-style: italic;
text-align: right;
color: var(--color-teal);
/* reset some of the default bq styling */
border-left: none;
border-radius: 0;
background-color: transparent;
margin-top: 0;
}