feat(landing): buttons

This commit is contained in:
Matthieu Bessat 2024-01-10 19:07:03 +01:00
parent 4584bb3ac4
commit c35507cc2d
3 changed files with 45 additions and 7 deletions

View file

@ -171,3 +171,9 @@ img {
}
}
}
.end-action-container {
display: flex;
justify-content: flex-end;
padding-bottom: 1.5rem;
}