add informations field

This commit is contained in:
isUnknown 2024-10-31 17:51:10 +01:00
parent 602acd8c75
commit bf2f0d3a65
3 changed files with 17 additions and 1 deletions

View file

@ -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;