feat(landing): timeline, comparaison

This commit is contained in:
Matthieu Bessat 2023-05-26 21:44:22 +02:00
parent 098f66df0e
commit 79b32519d5
25 changed files with 632 additions and 20 deletions

View file

@ -76,3 +76,14 @@ a:hover {
.w-200 {
width: 200px;
}
img {
max-width: 100%;
}
.grid {
display: grid;
}
.grid-2 {
grid-template-columns: 1fr 1fr;
}