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;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#about #about-hidden.open {
|
#about #about-hidden.open {
|
||||||
max-height: 50vh;
|
max-height: 200vh;
|
||||||
}
|
}
|
||||||
#about #about-arrow {
|
#about #about-arrow {
|
||||||
width: 7.5vh;
|
width: 7.5vh;
|
||||||
|
@ -389,7 +389,7 @@ article .article-content {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
#about #about-hidden.open {
|
#about #about-hidden.open {
|
||||||
max-height: 20vh;
|
max-height: 200vh;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
|
|
@ -167,7 +167,7 @@ nav.open {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
#about-hidden.open {
|
#about-hidden.open {
|
||||||
max-height: 50vh;
|
max-height: 200vh;
|
||||||
}
|
}
|
||||||
#about-arrow {
|
#about-arrow {
|
||||||
width: 7.5vh;
|
width: 7.5vh;
|
||||||
|
@ -416,7 +416,7 @@ article {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
#about-hidden.open {
|
#about-hidden.open {
|
||||||
max-height: 20vh;
|
max-height: 200vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in New Issue