styles details

This commit is contained in:
Julie Blanc 2026-06-21 14:18:09 +02:00
parent d876dc4798
commit 6c1c95b3ab
3 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,7 @@
- [ ] changer le favicons
- [ ] fallback sans javascript: menu, défilement
- [ ] script pour mettre à la ligne tous les articles ?
- [ ] lien newsletter
## Notes contenus

View file

@ -54,6 +54,10 @@ main[data-template="agenda"]{
padding-bottom: 20vh;
}
[data-template="agenda"] .breadcrumb::after{
background-color: var(--red);
}
[data-template="agenda"] .agenda-vues{
z-index: 40;
padding-left: 1rem;

View file

@ -16,6 +16,8 @@ article.creation .creation-header{
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
z-index: 100;
}
article.creation .creation-header h2{