- fix html/style bug
This commit is contained in:
Kum1ta
2024-10-02 00:40:16 +02:00
parent c065e1cb76
commit 4f9f7c6f93
4 changed files with 17 additions and 17 deletions

View File

@ -92,7 +92,6 @@
</section> </section>
<section class="homeSection" id="authors"> <section class="homeSection" id="authors">
<div class="team"> <div class="team">
<div class="team-member">
<div class="team-member"> <div class="team-member">
<img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo"> <img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo">
<h2>Mathis, madegryc</h2> <h2>Mathis, madegryc</h2>
@ -109,6 +108,7 @@
<p>Eddy worked on the fundamentals of back-end and front-end development, as well as game development. He have a solid grasp of Python and JavaScript, which allowed him to contribute from all angles and be involved in every aspect of the project.</p> <p>Eddy worked on the fundamentals of back-end and front-end development, as well as game development. He have a solid grasp of Python and JavaScript, which allowed him to contribute from all angles and be involved in every aspect of the project.</p>
</div> </div>
</div> </div>
<div class="team-member">
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo"> <img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
<h2>Tom, tomoron</h2> <h2>Tom, tomoron</h2>
<p>Backend</p> <p>Backend</p>

View File

@ -97,7 +97,7 @@
<div class="all-tournament"> <div class="all-tournament">
<div class="info-tournament"> <div class="info-tournament">
<p id="info-title">Informations</p> <p id="info-title">Informations</p>
<div class="info"> <div class="infoo">
<div class="alert-info"> <div class="alert-info">
<p>edbernard won against madegryc !</p> <p>edbernard won against madegryc !</p>
<img src="/static/img/tournamentPage/eye.svg" id="eye"></img> <img src="/static/img/tournamentPage/eye.svg" id="eye"></img>

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */ /* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:50:35 by edbernar #+# #+# */ /* Created: 2024/07/30 13:50:35 by edbernar #+# #+# */
/* Updated: 2024/09/29 22:50:23 by edbernar ### ########.fr */ /* Updated: 2024/10/02 00:18:51 by edbernar ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */

View File

@ -155,7 +155,7 @@
margin-bottom: 25px; margin-bottom: 25px;
} }
#tournamentPage .info { #tournamentPage .infoo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;