This commit is contained in:
2026-03-31 02:03:15 +09:00
parent 791d4d6f43
commit ac8c534c9d

View File

@@ -5,20 +5,12 @@
{% block extra_head %} {% block extra_head %}
<style> <style>
main { main {
display: grid;
grid-template-rows: auto 1fr auto;
}
.big-image {
margin: 0;
display: flex; display: flex;
align-items: center;
justify-content: center; justify-content: center;
font-size: 48pt; align-items: center;
} }
</style> </style>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="big-image"> <img src="/assets/images/qr_code.svg" width="256" height="256">
<img src="/assets/images/qr_code.svg" width="256" height="256">
</div>
{% endblock %} {% endblock %}