This commit is contained in:
mco-system 2023-04-07 18:56:42 +11:00
parent fdc32df32a
commit cabdaca639
2 changed files with 78 additions and 68 deletions

View File

@ -57,6 +57,14 @@ span.place {
display: flex;
flex-direction: line;
justify-content: flex-start;
align-items: start;
background-color: red;
}
#content_wrapper {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
<div id="main_wrapper">
<div id="centent_wrapper">
<div id="left_navbar_wrapper">
<i class="button black fa-regular fa-calendar"
title="Programme"
@ -75,5 +76,6 @@
title="Conférences"
alt="Conférences"></i>
</div>
</div>
</div>
{% endblock %}