Files
Philippe Torrel ee4d6f0d41
2026-07-06 14:25:41 +02:00

15 lines
242 B
SCSS

figure.logo-main {
width: 280px;
figcaption {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(0 0 99.9% 99.9%);
overflow: hidden;
height: 1px;
width: 1px;
padding: 0;
border: 0;
}
}