#interests {
|
|
|
|
ul {
|
|
// Position
|
|
margin-left: 15px;
|
|
margin-top: 10px;
|
|
|
|
li {
|
|
// Position
|
|
list-style-position: inside;
|
|
|
|
// Visual
|
|
color: $list-bullets;
|
|
}
|
|
}
|
|
}
|