Feat: footer reveal — page-scrollable-footer intégré aux vues
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
- Footer renommé page-scrollable-footer, positionné en dernier enfant de .page-container dans About, Blog et Article - Marges négatives pour aligner le footer pleine largeur (about / blog) - Retrait du footer global fixe de App.svelte Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4d425dd126
commit
c6fa61c77b
6 changed files with 18 additions and 17 deletions
|
|
@ -7,7 +7,6 @@
|
|||
import Cursor from '@components/layout/Cursor.svelte'
|
||||
import LanguageSwitcher from '@components/ui/LanguageSwitcher.svelte'
|
||||
|
||||
import Footer from '@components/layout/Footer.svelte'
|
||||
import Home from '@views/Home.svelte'
|
||||
import About from '@views/About.svelte'
|
||||
import Expertise from '@views/Expertise.svelte'
|
||||
|
|
@ -96,7 +95,6 @@
|
|||
{/each}
|
||||
</div>
|
||||
</main>
|
||||
<Footer />
|
||||
<LanguageSwitcher />
|
||||
|
||||
<style>
|
||||
|
|
@ -129,7 +127,6 @@
|
|||
|
||||
.main {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue