We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c773adc commit 698aee9Copy full SHA for 698aee9
assets/scss/components/_testimonial.scss
@@ -36,10 +36,9 @@
36
pointer-events: none;
37
}
38
39
-.sticky-description::after {
40
- content: "”";
+.sticky-quote-end {
41
position: absolute;
42
- bottom: 1rem;
+ bottom: -2rem;
43
right: 1rem;
44
font-size: 4rem;
45
font-family: Georgia, serif;
layouts/partials/testimonial.html
@@ -2,6 +2,7 @@
2
<div class="sticky-content">
3
<div class="sticky-description">
4
{{ .description | safeHTML }}
5
+ <span class="sticky-quote-end">”</span>
6
</div>
7
<hr>
8
<div class="sticky-author">
0 commit comments