feat: burger menu
This commit is contained in:
parent
6f34c7fc55
commit
0fd50a397a
5 changed files with 345 additions and 44 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue