featured item

This commit is contained in:
j 2021-11-22 13:59:43 +01:00
commit 2a24beb579
7 changed files with 89 additions and 10 deletions

View file

@ -95,3 +95,31 @@ 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;
}
}
}
}