feat: center background

main
Jalil Arfaoui 2023-02-07 00:02:07 +01:00
parent 379c028fda
commit d84c96dff4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const { title } = Astro.props;
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
<body style="background-image: url('./logo_les-particules_orange.jpg'); min-height:100%">
<body style="background-image: url('./logo_les-particules_orange.jpg'); background-position-x: center; background-repeat: no-repeat; background-position-y: top; min-height:100%">
<slot />
</body>
</html>