feat: ajouter le portrait officiel de DJANGOKAM
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
Reference in New Issue
Block a user