This commit is contained in:
2018-12-18 18:37:47 +01:00
parent e955181216
commit 858bff0f81
155 changed files with 4539 additions and 10845 deletions
@@ -0,0 +1,21 @@
.sidebar-right{
position: fixed;
width: 20%;
height: 100%;
top: 0;
right: 0;
display: flex;
ul{
margin: auto;
text-align: right;
margin-right: 20px;
a{
color: grey;
&:hover{
&::after{
content: "D";
}
}
}
}
}