Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hwalker928 committed Nov 25, 2024
1 parent 102fe6f commit 270a110
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions templates/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ <h3><b>Reroll</b></h3>
<p>
You have <b>one chance</b> to reroll and be selected a new person to
buy for. If you choose to reroll, you <b>will not</b> be able to go
back to the original recipient. There is a chance that you get the
same person again.
back. You may get the same person again.
</p>
<button
id="rerollBtn"
Expand All @@ -133,22 +132,21 @@ <h3><b>Reroll</b></h3>
{% endif %}

<div id="finalMessage" class="fade-in hidden">
<h3>Rules:</h3>
<ol>
<li>Spend as close to <b>£{{config["budget"]}}</b> as possible.</li>
<li>Keep your recipient a secret!</li>
<li>Multiple presents are allowed.</li>
<li>
<h3 style="margin-top: 40px">Rules:</h3>
<ol class="list-group list-group-flush text-left">
<li class="list-group-item">Keep your recipient a secret!</li>
<li class="list-group-item">Multiple presents are allowed.</li>
<li class="list-group-item">
Use
<a
href="https://www.sainsburys.co.uk/gol-ui/product/sainsburys-green-tree-wrapping-paper-3m"
target="_blank"
>this wrapping paper</a
>.
</li>
<li>No Dr Pepper t-shirts.</li>
<li class="list-group-item">No Dr Pepper t-shirts.</li>
</ol>
<p style="margin-top: 15px">You may now close this page!</p>
<p style="margin-top: 30px">You may now close this page!</p>
</div>
</div>

Expand Down

0 comments on commit 270a110

Please sign in to comment.