Edit about/biography page title, slug and template
This commit is contained in:
parent
63e3b2dbf7
commit
8912f8ea29
12 changed files with 51 additions and 43 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue