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 Sep 20, 2019
1 parent bf96d1d commit c065a9f
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 @@ -48,7 +48,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 c065a9f

Please sign in to comment.