Skip to content

Commit 9320702

Browse files
maxim-belkinfmichonneau
authored andcommitted
Use 1px borders: fix Google Chrome & Edge
See swcarpentry/git-novice#662 (comment)
1 parent 522d98d commit 9320702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $color-testimonial: #fc8dc1 !default;
3030

3131
@mixin cdSetup($color) {
3232
color: $color;
33-
border: solid 0.5px $color;
33+
border: solid 1px $color;
3434
border-left: solid 5px $color;
3535
margin: 15px 5px 10px 0;
3636
border-radius: 4px 0 0 4px;

0 commit comments

Comments
 (0)