feat(landing): add prominent article and carousel sections

This commit is contained in:
Matthieu Bessat 2023-06-20 15:17:21 +02:00
parent abfd55d14e
commit 2feeb04a14
8 changed files with 514 additions and 12 deletions

View file

@ -4,8 +4,8 @@
background-color: $accent;
color: white;
padding: 1rem 2.5rem;
font-weight: lighter;
text-transform: uppercase;
text-decoration: none;
user-select: none;
min-width: 10rem;
font-size: 1.2rem;
@ -24,3 +24,11 @@
}
}
.button.button-transparent {
background-color: transparent;
&:hover {
background-color: transparent;
color: white;
}
}