correction du déploiement du about collapse
This commit is contained in:
parent
7c640a7a14
commit
93d6d519da
|
@ -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);
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue