feat(landing): trailer and articles section

This commit is contained in:
Matthieu Bessat 2024-02-26 13:01:42 +01:00
parent 70a8884495
commit d5d67f7069
22 changed files with 942 additions and 165 deletions

View file

@ -82,6 +82,10 @@ a:hover {
height: 100%;
}
.mr-1 {
margin-right: 1rem;
}
img {
max-width: 100%;
object-fit: contain;