beta #4
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user