Skip to content

Commit

Permalink
Fix team viewpoer
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 12, 2024
1 parent 5019e44 commit a96908c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2 class="about-title">À propos</h2>
<div class="name-role-container">
<h1 class="member-name">Achille Roussel</h1>
</div>
<p class="member-description">"Ce n'est qu'en perdant la liberté qu'on en saisit toute la valeur"</p>
<p class="member-description">"Ce n'est qu'en perdant la liberté qu'on en saisit la pleine valeur"</p>
<button class="member-button" onclick="window.location.href='https://rmbi.ch/aster'">Visiter</button>
</div>
<div class="member-card">
Expand All @@ -111,7 +111,7 @@ <h1 class="member-name">Julien de Montmollin</h1>
<div class="name-role-container sp2">
<h1 class="member-name">Vital Vuillaume</h1>
</div>
<p class="member-description"></p>
<p class="member-description">"Le numérique est ma toile, le code est ma couleur."</p>
<button class="member-button" onclick="window.location.href='https://github.com/Vital-Vuillaume'">Visiter</button>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
padding: 10px;
position: absolute;
left: 50%;
width: 60%;
width: 65%;
transform: translateX(-50%);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
text-align: center;
Expand Down

0 comments on commit a96908c

Please sign in to comment.