fix: background does not cover whole page vertically in desktop mode
parent
2cfc333d76
commit
f9ce585567
|
@ -17,7 +17,7 @@ const { title } = Astro.props;
|
||||||
</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;">
|
height:fit-content; min-height: 100% ">
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue