vertical lines : centraliser en fixed dans App.svelte
- Retirer les lignes des views (Home, Expertise, About, Portfolio) - Centraliser dans App.svelte en position:fixed, visibilité par slide via transition de hauteur 0→100vh selon slides.active.template - Positions calculées depuis la golden-grid (1/6, 1/3, 1/2, 2/3, 5/6) - Nettoyer layout.css (garder seulement les classes pour Menu.svelte) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9b548ecc12
commit
a043a8c281
7 changed files with 57 additions and 62 deletions
|
|
@ -99,10 +99,7 @@
|
|||
footer {
|
||||
width: 100vw;
|
||||
background: #0d0e22;
|
||||
}
|
||||
|
||||
:global(.about .page-scrollable-footer) {
|
||||
margin-left: -16.6vw;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
:global(.collection .page-scrollable-footer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue