Feat: footer reveal + refactor page About
All checks were successful
Deploy / Deploy to Production (push) Successful in 24s
All checks were successful
Deploy / Deploy to Production (push) Successful in 24s
- Footer global fixé en bas (App.svelte), masqué par le contenu des slides - margin-bottom sur .page-scrollable pour l'effet footer reveal (about, blog, article) - About : champ intro remplacé par heading (text) + subtitle (writer), blueprint + API + vue mis à jour - LanguageSwitcher : div → button avec hitbox élargie - i18n : clé our_team (fr: NOTRE ÉQUIPE / en: OUR TEAM) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61607f8cd7
commit
b3b0580ab1
10 changed files with 148 additions and 130 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { onMount } from 'svelte'
|
||||
import { slides } from '@state/slides.svelte'
|
||||
import { locale } from '@state/locale.svelte'
|
||||
import Footer from '@components/layout/Footer.svelte'
|
||||
|
||||
import Article from '@views/Article.svelte'
|
||||
import { t } from '@i18n'
|
||||
|
||||
|
|
@ -178,7 +178,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
{/if}
|
||||
</section>
|
||||
|
||||
|
|
@ -211,7 +210,6 @@
|
|||
|
||||
.page-container {
|
||||
max-width: none;
|
||||
margin: 0;
|
||||
padding: 0 10%;
|
||||
}
|
||||
|
||||
|
|
@ -312,12 +310,6 @@
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.blog :global(.site-footer) {
|
||||
margin-left: -50px;
|
||||
margin-right: -50px;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
/* --- Mobile --- */
|
||||
@media (max-width: 700px) {
|
||||
.blog-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue