Skip to content

Commit

Permalink
some more css
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Dec 20, 2023
1 parent bc42390 commit 6b3453f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions core/static/core/qr.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ main {
.logic {
font-size: 2rem
}
.logic span {
font-size: 1rem;
}
.container {
display: grid;
place-items: center;
Expand Down
4 changes: 2 additions & 2 deletions core/templates/core/qr.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<span style="font-size: 1rem">({{ qr }} <a class="link" href="{% url 'admin:core_qrcode_change' object_id=qr.id %}">{% translate "change" %}</a>)</span>
{% endif %}
</div>
<hr class="separator"/>
{% endif %}
{% if not offpath %}
<div class="hint">
Expand All @@ -60,9 +59,10 @@
{% endif %}

{% if logic_hint %}
<hr class="separator"/>
<div class="logic">
<p style="font-size: 1.5rem">Logic Hint:</p>
<p>{{ logic_hint }}</p>
<span >{{ logic_hint }}</span>
<p style="font-size: 1.3rem">you can view all of your logic hints <a href={% url 'logic_clues' %}>here</a> </p>
</div>
{% endif %}
Expand Down

0 comments on commit 6b3453f

Please sign in to comment.