ratio maj
This commit is contained in:
@@ -15,10 +15,6 @@
|
||||
padding: 2rem;
|
||||
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
|
||||
backdrop-filter: blur(4px); /* Effet de verre dépoli pour voir la texture du fond */
|
||||
margin: 0 auto 2rem auto; /* Centre la carte horizontalement */
|
||||
|
||||
/* Contraint la largeur pour une meilleure lisibilité (environ 75 caractères) */
|
||||
width: 100%;
|
||||
max-width: 75ch;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
import GameNav from '../components/ui/GameNav.astro';
|
||||
|
||||
interface Props {
|
||||
@@ -14,11 +14,11 @@ const { title } = Astro.props;
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="Clone de AFK Journey avec Astro et Three.js" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="viewport" content="width=device-width" initial-scale=1 />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
<ViewTransitions />
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user