fix: background does not cover whole page vertically in desktop mode
parent
2cfc333d76
commit
f9ce585567
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue