1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Display note information larger

This commit is contained in:
Yohann D'ANELLO
2020-04-12 02:07:13 +02:00
parent 7ad32c2afd
commit 8fe060847f
5 changed files with 54 additions and 44 deletions

View File

@ -6,11 +6,11 @@
{% block content %}
<div class="row mt-4">
<div class="col-md-3 mb-4">
<div class="col-xl-4">
{% block profile_info %}
{% endblock %}
</div>
<div class="col-md-9">
<div class="col-xl-8">
{% block profile_content %}
{% endblock %}
</div>