ajouter les fonctions add ,edit,remove article
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hatemhellal
2024-12-12 19:34:40 +01:00
parent f979c701c3
commit b9719e0c98
4 changed files with 196 additions and 45 deletions

View File

@@ -29,8 +29,22 @@
clear: none;
}
video {
max-width: 80%; /* Occupe tout l'espace sur mobile */
max-width: 100%; /* Responsive width */
margin: 0 auto;
max-height: 250px; /* Réduit davantage la hauteur sur les petits écrans */
}
p{
margin-block-end: 5rem;
}
span{
line-height: 1.8;
margin: 0cm 0.2cm 0cm 0.2cm;
}
}
h2 a {
@@ -44,7 +58,14 @@ h2 a {
}
h3 a {
color: #8B5E3C;
text-decoration: none; /* Retire le lien visuel */
pointer-events: none; /* Désactive l'interaction du lien */
margin-block-end: 3rem;
font-size: 1em;
}
h4 a {
color: #8B5E3C;
text-decoration: none; /* Retire le lien visuel */