beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-21 00:11:59 +11:00
2 changed files with 78 additions and 68 deletions
Showing only changes of commit cabdaca639 - Show all commits

View File

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

View File

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