settings correction
Deploy HouseHub / deploy (push) Successful in 2s

This commit is contained in:
Cedric
2026-05-12 16:52:27 +02:00
parent f68c2b7259
commit fd53b33e9f
2 changed files with 16 additions and 6 deletions
+10
View File
@@ -262,6 +262,16 @@ body.pf-home .pf-mobile-close-btn {
max-width: 1200px;
margin: 0 auto;
}
/* Bloc type « carte » (ex. paramètres) — suit le thème light/dark */
.pf-panel-card {
background: var(--bg-panel);
border: 1px solid var(--border-light);
border-radius: var(--radius);
padding: 24px;
margin-bottom: 24px;
}
h1 {
font-size: 2rem;
font-weight: 800;