Merge branch 'main' of brn.systems:Adleraci/adlerka.top

This commit is contained in:
2024-01-17 10:48:36 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -186,6 +186,7 @@ header ul {
flex-direction: column;
gap: 0;
text-align: left;
width: fit-content;
}
header ul li {
list-style: circle;
@@ -193,6 +194,6 @@ header ul li {
}
.feature-list {
width: 50%;
margin: auto;
width: fit-content;
}