continued sidebar

This commit is contained in:
2024-02-07 16:38:59 +01:00
parent db8ad07ef8
commit b7d5a80d99
6 changed files with 37 additions and 69 deletions

View File

@@ -24,6 +24,7 @@ main{
.content {
display: flex;
flex-direction: column;
position: inherit;
align-self: center;
background-color: $highlight-primary;
border-radius: 25px;
@@ -32,6 +33,7 @@ main{
padding: 2vw;
width: 60vw;
margin-bottom: 11vh;
}
.second-content {
align-self: center;
@@ -46,12 +48,6 @@ main{
margin-bottom: 11vh;
}
.sidebar{
right: 0;
top: 0;
}
td {
border-inline: 15px solid;
border-color: #ffffff00;
@@ -91,5 +87,5 @@ h3 {
}
svg{
margin-bottom: -1.5%;
margin-bottom: -2px;
}