Edit about/biography page title, slug and template

This commit is contained in:
Paul Nicoué 2022-05-31 16:01:28 +02:00
parent 63e3b2dbf7
commit 8912f8ea29
12 changed files with 51 additions and 43 deletions

View file

@ -370,22 +370,22 @@ footer {
animation: wave-down 600ms ease-in-out;
}
// Gallery & about sections
// Gallery & biography sections
.gallery-section,
.about-section {
.biography-section {
max-width: var(--content-max-width);
margin: auto;
padding: var(--generic-section-vertical-padding) var(--generic-section-horizontal-padding);
}
.gallery__title,
.about__title {
.biography__title {
text-align: center;
}
.gallery__introduction,
.about__presentation {
.biography__presentation {
max-width: var(--text-max-width);
margin: auto;