fix comma on small screens
All checks were successful
Hugo / build (push) Successful in 5s

This commit is contained in:
brooke 2024-06-19 00:23:20 -04:00
parent ff5eaab263
commit 68b5032bb3

View file

@ -3,13 +3,12 @@
<main>
<div class="one">
<div class="flex-row">
<span>"title":</span>
<span class="highlight">"{{ .Site.Params.title }}"</span>
,
<span>"title":</span
><span> <span class="highlight">"{{ .Site.Params.title }}"</span>,</span>
</div>
<div class="flex-row">
<span>"body":</span>
<span> <span class="highlight">"{{ .Site.Params.body }}"</span>, </span>
<span> <span class="highlight">"{{ .Site.Params.body }}"</span>,</span>
</div>
<span class="flex-col">
<div>"Q & A":<span class="square">[</span></div>