This commit is contained in:
2024-04-25 17:42:54 +02:00
parent 232e91ce04
commit 5c16ff54b3
10 changed files with 368 additions and 140 deletions
@@ -14,10 +14,10 @@ body {
top: -1200px;
}
#background-animated{
z-index: -1;
position: relative;
width: 100VW;
z-index: -1;
position: relative;
left: -400px;
}
}
@@ -15,4 +15,32 @@
.__wrapper{
margin-top: 1rem;
}
&.main{
max-width: 100vw;
margin: 0;
display: flex;
}
}
.layout{
display: flex;
flex-direction: row;
#main-content-node{
}
#aside-animated{
display: flex;
z-index: -1;
position: absolute;
width: 25%;
left: 0;
margin: auto;
padding: auto;
svg{
margin: auto;
}
}
}