Design improvments

This commit is contained in:
2024-10-14 16:52:45 +02:00
parent 1cf12f91f0
commit bf5f265116
6 changed files with 46 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
.content {
display: flex;
flex-direction: column;
margin: 2rem 20%;
margin: 2rem 30%;
}
.content {
@@ -18,3 +18,25 @@
margin-bottom: 1rem;
}
}
code {
font-size: 1rem;
}
ul {
list-style: none;
padding-left: 0;
li {
position: relative;
padding-left: 1rem;
}
li::before {
content: '';
position: absolute;
left: 0;
color:white;
}
}