This commit is contained in:
j 2021-11-22 19:42:53 +01:00
commit ef160a1923
5 changed files with 106 additions and 104 deletions

View file

@ -95,31 +95,3 @@ nav {
opacity: 1;
}
}
.index {
.home {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
.box {
margin: auto;
background: rgba(0,0,0,0.5);
padding: 16px;
border-radius: 2px;
.font-size-sm {
display: flex;
gap: 16px;
justify-content: center;
}
}
}
}