Skip to content

Commit

Permalink
feat(style): avoid transition delay
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 9, 2015
1 parent de7ddfb commit a00cc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body {
text-rendering: optimizelegibility;
background: @background-color;
image-rendering: optimizequality;
transition: all .3s ease .2s;
transition: all .2s ease;

@media (max-width: @breakpoint-md) {
padding-left: @padding-md;
Expand Down

0 comments on commit a00cc6d

Please sign in to comment.