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

@ -45,12 +45,14 @@ $header-height: 6rem;
.site-header__logo {
width: auto;
height: 100%;
transition: all 0.5s ease;
}
// .site-header__logo:hover {
// transform: scale3d(1, 1, 1);
// }
@media (max-width: $md-breakpoint) {
.site-header .page-container {
width: 100% !important;
}
.site-header__title {
padding-right: 1rem;
}