We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c90dbe commit 88ec477Copy full SHA for 88ec477
2 files changed
static/style.css
@@ -488,6 +488,7 @@ dd {
488
border: 2px solid var(--shade);
489
border-radius: 4px;
490
padding: 10px;
491
+ margin: 0px 8px;
492
493
h5 {
494
padding-bottom: 8px;
@@ -506,4 +507,5 @@ dd {
506
507
.selection-box-text {
508
padding: 0px 0px;
509
margin: 0px auto;
510
+ font-size: 14px;
511
}
templates/404.html
@@ -17,6 +17,6 @@ <h5 class="no_margin text-center">uh oh</h5>
17
</a>
18
{% endfor %}
19
</div>
20
- <p class="selection-box-text"> Choose one or not </p>
+ <p class="selection-box-text"> Choose one, or not </p>
21
</main>
22
{% endblock body %}
0 commit comments