white paper : add asterisque
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

This commit is contained in:
isUnknown 2026-03-25 15:46:01 +01:00
parent 045c0be583
commit 0672841f8b
3 changed files with 7 additions and 4 deletions

View file

@ -260,11 +260,12 @@
}
.portfolio-mockup {
grid-area: 6/7 / span 10 / span 5;
grid-area: 6/6 / span 10 / span 5;
z-index: var(--z-content);
display: flex;
align-items: center;
justify-content: center;
transform: translateX(2vw);
}
.portfolio-mockup--horizontal {
@ -280,6 +281,7 @@
width: 100%;
height: 100%;
object-fit: contain;
object-position: top;
}
.portfolio-text {