fix section.skeleton height

This commit is contained in:
Timothée Goguely 2025-05-14 18:39:47 +02:00
parent 970a39b1b7
commit 462a8e9028

View file

@ -20,13 +20,15 @@
/* Section */
section.skeleton {
height: 100%;
}
section.skeleton::before,
section.skeleton::after {
content: '';
position: absolute;
inset: 0;
display: block;
margin: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1080 260' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='white' x='0' y='0' width='100%25' height='244' rx='20' ry='20' /%3E%3Crect fill='%23F2F2F2' x='32' y='34' width='72' height='72' rx='4' ry='4' /%3E%3Crect fill='%23F2F2F2' x='136' y='40' width='240' height='26' rx='4' ry='4' /%3E%3Crect fill='%23F2F2F2' x='136' y='80' width='160' height='18' rx='4' ry='4' /%3E%3C/svg%3E%0A");
background-repeat: repeat-y;
background-size: 1080px 260px;