fix: background does not cover whole page vertically in desktop mode

main
Jalil Arfaoui 2023-02-07 00:17:53 +01:00
parent 2cfc333d76
commit f9ce585567
1 changed files with 1 additions and 1 deletions

View File

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