feat: burger menu

This commit is contained in:
Matthieu Bessat 2023-04-10 19:25:39 +02:00
parent 6f34c7fc55
commit 0fd50a397a
5 changed files with 345 additions and 44 deletions

View file

@ -39,11 +39,24 @@
background-color: rgba(14, 14, 14, 0.2);
}
.cover__title-container {
// position: relative;
}
.cover__title {
font-weight: bold;
color: white;
font-size: 3em;
margin-bottom: 0.5em;
margin: 0;
margin-bottom: 0.3em;
z-index: 2;
// position: absolute;
display: inline;
padding: 0.4rem 0.75rem;
background: rgba(1, 1, 1, 0.5);
}
.cover__backdrop {
}
.landing__title {