added content

This commit is contained in:
2024-02-05 21:47:16 +01:00
parent c5498e039e
commit 73ff6c67f1
13 changed files with 63 additions and 18 deletions

5
src/styles/docs.scss Normal file
View File

@@ -0,0 +1,5 @@
.content{
display: flex;
flex-direction: column;
align-items: center;
}

View File

@@ -25,6 +25,17 @@ h1 {
margin-inline: 10vw;
margin-bottom: 11vh;
}
.second-content {
text-align: center;
$second-content-clr: #6e6e6e40;
background-color: $second-content-clr;
border-radius: 25px;
border: 1px solid lighten($second-content-clr, 16%);
width: 80vh;
padding: 1vh;
margin-inline: 10vw;
margin-bottom: 11vh;
}
.sidebar{
position: absolute;