ajouter les fonctions add ,edit,remove article
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user