portfolio sowulo content
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b8ec18704
commit
4967e8ac8b
3 changed files with 39 additions and 24 deletions
|
|
@ -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: '• ';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue