correction meetup links 4

This commit is contained in:
Valentin
2024-04-26 20:14:16 +02:00
parent bd5f1bca88
commit a08d5658a9
3 changed files with 13 additions and 13 deletions

View File

@@ -352,6 +352,8 @@
margin-bottom: 4vh;
}
> .liens_fixed {
grid-row: 8/9;
grid-column: 1/3;
> h2 {
display: none;
}
@@ -379,6 +381,8 @@
}
}
> .file_fixed {
grid-row: 9/10;
grid-column: 1/3;
> h2 {
display: none;
}
@@ -405,12 +409,6 @@
}
}
}
> .file_fixed {
grid-row: 9/10;
}
> .liens_fixed {
grid-row: 8/9;
}
> .file_fixed span:last-of-type {
display: none;
}