Skip to content

Commit 88ec477

Browse files
committed
chore: small tweaks
1 parent 5c90dbe commit 88ec477

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

static/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ dd {
488488
border: 2px solid var(--shade);
489489
border-radius: 4px;
490490
padding: 10px;
491+
margin: 0px 8px;
491492

492493
h5 {
493494
padding-bottom: 8px;
@@ -506,4 +507,5 @@ dd {
506507
.selection-box-text {
507508
padding: 0px 0px;
508509
margin: 0px auto;
510+
font-size: 14px;
509511
}

templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ <h5 class="no_margin text-center">uh oh</h5>
1717
</a>
1818
{% endfor %}
1919
</div>
20-
<p class="selection-box-text"> Choose one or not </p>
20+
<p class="selection-box-text"> Choose one, or not </p>
2121
</main>
2222
{% endblock body %}

0 commit comments

Comments
 (0)