Added mobile menu and made menu links work.

This commit is contained in:
2020-01-28 15:37:08 +01:00
parent 5284c4ba1a
commit 70b2a7b7fb
3 changed files with 99 additions and 5 deletions

View File

@@ -158,6 +158,28 @@ button {
}
}
.mobile-menu {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
li {
color: white;
font-size: 24px;
line-height: 64px;
font-weight: 600;
text-align: center;
cursor: pointer;
}
}
.section-start {
.container {
padding: 0;