Skip to content

Commit

Permalink
added code in media query so the line is wider on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberlyVdB committed Nov 19, 2019
1 parent 9a0f9f0 commit e2390fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,11 @@ hr {
.commands .wrapper,
.faq .wrapper {
columns: 2;

li {
&:after {
width: 350px;
}
}
}
}

0 comments on commit e2390fc

Please sign in to comment.