add informations field
This commit is contained in:
parent
602acd8c75
commit
bf2f0d3a65
3 changed files with 17 additions and 1 deletions
|
|
@ -16,10 +16,22 @@
|
|||
margin: var(--space-m) 0;
|
||||
}
|
||||
|
||||
.presentation__description {
|
||||
.presentation__description,
|
||||
.presentation__informations {
|
||||
font-size: var(--font-size-s);
|
||||
}
|
||||
|
||||
.presentation__informations {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.presentation__informations figure {
|
||||
display: inline-block;
|
||||
width: 2.3rem;
|
||||
margin: 0 0.5rem;
|
||||
transform: translateY(30%);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1085px) {
|
||||
.presentation {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
|
|||
|
|
@ -166,6 +166,9 @@ tabs:
|
|||
type: writer
|
||||
description:
|
||||
type: writer
|
||||
informations:
|
||||
type: textarea
|
||||
|
||||
- width: 1/1
|
||||
fields:
|
||||
production:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
<h3 class="h2 presentation__authors"><?= $page->authors() ?></h3>
|
||||
<div class="presentation__chapo"><?= $page->chapo() ?></div>
|
||||
<div class="presentation__description"><?= $page->description() ?></div>
|
||||
<div class="presentation__informations"><?= $page->informations()->kti() ?></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue