edit: version html css propre pour version dégradé sans js + responsive pour écrans larges

This commit is contained in:
2026-07-26 19:55:23 +02:00
parent 4e82328ff9
commit 13b3b06d11
5 changed files with 262 additions and 20 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ async function importOuverture(){
importOuverture()
for( let btn of document.querySelectorAll("#eventContent & li & .iconBtnStyle")){
for( let btn of document.querySelectorAll(".iconBtnStyle")){
btn.style.visibility = 'visible';
}