Skip to content

Commit

Permalink
Use 1px borders: fix Google Chrome & Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin authored and fmichonneau committed Jun 20, 2019
1 parent 522d98d commit 9320702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $color-testimonial: #fc8dc1 !default;

@mixin cdSetup($color) {
color: $color;
border: solid 0.5px $color;
border: solid 1px $color;
border-left: solid 5px $color;
margin: 15px 5px 10px 0;
border-radius: 4px 0 0 4px;
Expand Down

0 comments on commit 9320702

Please sign in to comment.