portfolio sowulo content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-11-04 18:26:06 +01:00
parent 4b8ec18704
commit 4967e8ac8b
3 changed files with 39 additions and 24 deletions

View file

@ -367,5 +367,22 @@ body {
width: 100%;
padding: 0.3rem 0.4rem;
}
}
.list-no-newline {
& ul {
text-align: left;
margin: 0;
padding: 0;
}
& li {
display: inline-block;
&::before {
content: '';
}
}
}