diff --git a/index.html b/index.html index 1202855..7cc9884 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Joclud's Games diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..6b1ccde Binary files /dev/null and b/public/logo.png differ diff --git a/src/pages/Home.css b/src/pages/Home.css index 77750d2..427b275 100644 --- a/src/pages/Home.css +++ b/src/pages/Home.css @@ -104,3 +104,24 @@ body { .helpButton-disabled { background-color: #d45555; } + +@media only screen and (max-width: 664px) { + .game { + padding: 15px; + border-radius: 45px; + } + + .game-image { + height: 150px; + margin-left: 20px; + } + + .game-right { + width: 55vw; + margin-right: 5vw; + } + + .game-title { + font-size: 20px; + } +} \ No newline at end of file diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index 8da3c61..c016454 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -117,7 +117,7 @@ export default function Home() {
{JSON.parse(game.helpers).length === 0 ? ( -

Aucun membre ne connait les rêgles

+

Personne

) : (JSON.parse(game.helpers).map((helper) => ( helper === user.username ? () => { } : (