aside
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user