correction du déploiement du about collapse

This commit is contained in:
Valentin 2024-09-14 17:19:53 +02:00
parent 7c640a7a14
commit 93d6d519da
2 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ nav.open {
font-weight: normal;
}
#about #about-hidden.open {
max-height: 50vh;
max-height: 200vh;
}
#about #about-arrow {
width: 7.5vh;
@ -389,7 +389,7 @@ article .article-content {
align-self: center;
}
#about #about-hidden.open {
max-height: 20vh;
max-height: 200vh;
}
main {
grid-template-columns: repeat(3, 1fr);

View File

@ -167,7 +167,7 @@ nav.open {
font-weight: normal;
}
#about-hidden.open {
max-height: 50vh;
max-height: 200vh;
}
#about-arrow {
width: 7.5vh;
@ -416,7 +416,7 @@ article {
align-self: center;
}
#about-hidden.open {
max-height: 20vh;
max-height: 200vh;
}
}
main {