diff --git a/src/styles/_demo_styles.scss b/src/styles/_demo_styles.scss index e792a15..5123795 100644 --- a/src/styles/_demo_styles.scss +++ b/src/styles/_demo_styles.scss @@ -93,7 +93,7 @@ overflow: hidden; background-color: palette(blue); box-shadow: 0 4px 0 0 rgba(69, 77, 83, 0.1); - @include transform(rotate(-45deg)); + @include transform(rotate(45deg)); white-space: nowrap; a { @@ -104,4 +104,4 @@ text-align: center; width: 12rem; } -} \ No newline at end of file +}