modifs version web, demande alexandre
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 27s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 27s
This commit is contained in:
parent
1f3649fc14
commit
df5e2e495c
6 changed files with 91 additions and 87 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* ═══════════════════════════════════════════════════════════
|
||||
projet.css
|
||||
Grille des récits — template projet.php
|
||||
Grille des récits — template project.php
|
||||
|
||||
⚠ Ce fichier utilise UNIQUEMENT les variables définies dans
|
||||
style.css → --color-*, --sans-serif, --mono, --border-radius, --space-*
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
/* ───────────────────────────────────────────
|
||||
BASE BODY
|
||||
─────────────────────────────────────────── */
|
||||
body[data-template="projet"] {
|
||||
background-color: var(--nw-paper);
|
||||
body[data-template="project"] {
|
||||
background-color: var(--background-color);
|
||||
color: var(--nw-ink);
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
|
@ -143,6 +143,7 @@ body[data-template="projet"] {
|
|||
/*overflow: hidden;*/
|
||||
transition: transform var(--nw-transition), box-shadow var(--nw-transition);
|
||||
border: 1px solid var(--nw-rule);
|
||||
background: var(--nw-paper);
|
||||
|
||||
/* Animation d'entrée en cascade */
|
||||
opacity: 0;
|
||||
|
|
@ -389,12 +390,11 @@ body[data-template="projet"] {
|
|||
@media (max-width: 900px) {
|
||||
.pj-header__content { padding: 2rem 1.5rem 2.5rem; }
|
||||
.pj-main { padding: 0 0 4rem; }
|
||||
.pj-grid { grid-template-columns: 1fr; gap: 1px; }
|
||||
.pj-grid { grid-template-columns: 1fr; padding: 0 1rem;}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.pj-card__cover { height: 180px; }
|
||||
.pj-card__footer { flex-direction: column; align-items: stretch; }
|
||||
.pj-btn { justify-content: center; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue