implement shortcode for interview question

This commit is contained in:
Drew
2025-03-21 23:01:00 -06:00
parent a5cb5e7353
commit e5466d8de9
7 changed files with 281 additions and 92 deletions

View File

@ -14,4 +14,10 @@
body {
font-family: $font-garamond;
}
.interviewer-question {
font-style: italic;
color: #444;
margin-left: -1rem;
}