fix: background does show on other pages

main
Jalil Arfaoui 2023-02-07 00:20:32 +01:00
parent f9ce585567
commit c29dcf3879
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const { title } = Astro.props;
<title>{title}</title> <title>{title}</title>
</head> </head>
<body style=" <body style="
background: url('./logo_les-particules_orange.jpg') top no-repeat; background: url('/logo_les-particules_orange.jpg') top no-repeat;
height:fit-content; min-height: 100% "> height:fit-content; min-height: 100% ">
<slot /> <slot />
</body> </body>