Skip to content

Commit

Permalink
feat: add media query to reduce nested list margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikssonJoakim committed Oct 31, 2022
1 parent 2f9bbe8 commit 86c9307
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ main {

ul {
list-style-type: disc;

@media screen and (max-width: 720px) {
padding-inline-start: 20px;

li {
margin-left: unset;
}
}
}
}

Expand Down

0 comments on commit 86c9307

Please sign in to comment.