change how resume page is handled and add some testimonials
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user