Skip to content

Commit 59b23e4

Browse files
committed
Adjust add/blur styles on testimonial quote addition
1 parent 9af7f3a commit 59b23e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_includes/sxs/02-extending/part-three.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
2222
</p>
2323
<div class="editor">
2424
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> _includes/testimonial.html</h4>
25-
<pre class="blur">&lt;div class="my-testimonial"&gt;</pre>
26-
<pre class="add"> &lt;div class="my-testimonial__body"&gt;
27-
&lt;p&gt;
25+
<pre class="blur">&lt;div class="my-testimonial"&gt;
26+
&lt;div class="my-testimonial__body"&gt;</pre>
27+
<pre class="add"> &lt;p&gt;
2828
“One of the best USWDS tutorials I’ve followed all the way to the end.”
29-
&lt;/p&gt;
30-
&lt;/div&gt;</pre>
31-
<pre class="blur"> &lt;div class="my-testimonial__footer"&gt;&lt;/div&gt;
29+
&lt;/p&gt;</pre>
30+
<pre class="blur"> &lt;/div&gt;
31+
&lt;div class="my-testimonial__footer"&gt;&lt;/div&gt;
3232
&lt;/div&gt;
3333
</pre>
3434
</div>

0 commit comments

Comments
 (0)