Retire le pictogramme manette de l'en-tête du jeu

This commit is contained in:
2026-07-07 17:14:22 +02:00
parent 1e757ccda8
commit 75c5a1ac84
2 changed files with 0 additions and 16 deletions

View File

@@ -39,21 +39,6 @@ main {
text-align: center;
}
.intro-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: linear-gradient(135deg, var(--teal-light), var(--white));
border: 2px solid var(--teal-mid);
font-size: 30px;
margin-bottom: 16px;
box-shadow: var(--shadow-sm);
animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.intro-section h1 {
font-family: 'Syne', sans-serif;
font-size: clamp(28px, 5vw, 44px);

View File

@@ -36,7 +36,6 @@
<main class="game-container">
<!-- INTRO SECTION -->
<section class="intro-section">
<div class="intro-badge">🎮</div>
<h1>Memory Pictogrammes GHS</h1>
<p class="subtitle">Maîtrisez les 9 symboles de danger</p>