feat: ajouter le portrait officiel de DJANGOKAM

This commit is contained in:
2026-07-06 00:27:33 +04:00
parent b74d5e894c
commit 5119c5010b
3 changed files with 17 additions and 1 deletions
+16
View File
@@ -1400,6 +1400,17 @@ input[type="number"]:focus {
margin-bottom: 1rem;
}
.djangokam-portrait {
width: 220px;
height: 220px;
object-fit: cover;
border-radius: 30px 15px 30px 15px; /* Forme organique asymétrique */
border: 4px solid var(--or-oki);
box-shadow: 0 10px 30px rgba(253, 184, 19, 0.3);
margin: 1rem auto 2rem;
display: block;
}
.djangokam-highlight {
max-width: 800px;
margin: 2rem auto;
@@ -1497,6 +1508,11 @@ input[type="number"]:focus {
font-size: 2rem;
}
.djangokam-portrait {
width: 160px;
height: 160px;
}
.djangokam-facts {
grid-template-columns: 1fr;
}