diff --git a/science-quest/src/components/PagePrincipale.vue b/science-quest/src/components/PagePrincipale.vue
index cacb2bf..8c65292 100644
--- a/science-quest/src/components/PagePrincipale.vue
+++ b/science-quest/src/components/PagePrincipale.vue
@@ -24,8 +24,8 @@ export default {
Actuellement les jeux sont en cours de développement 🚧
- Kahoot 🚧
- Qui-est-ce ? 🚧
+ Kahoot 🚧
+ Qui-est-ce ? 🚧
diff --git a/science-quest/src/scss/landingPage.scss b/science-quest/src/scss/landingPage.scss
index 4bb1a87..c25f6e3 100644
--- a/science-quest/src/scss/landingPage.scss
+++ b/science-quest/src/scss/landingPage.scss
@@ -45,26 +45,6 @@ template {
animation: dropIn 2s;
}
-.button {
- display: flex;
- flex-direction: row;
- padding: 0.5em 1em;
- font-size: 1rem;
- font-weight: bold;
- text-align: center;
- text-decoration: none;
- background-color: #000;
- color: #fff;
- border-radius: 4px;
- border: none;
- cursor: pointer;
- transition: background-color 0.3s ease;
-}
-
-.button:hover {
- background-color: #333;
-}
-
//footer
footer {
display: flex;