Skip to content

Commit 3787348

Browse files
committed
wire no transition
1 parent 7ead062 commit 3787348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $event-count: 6;
7878
// Transition all elements on the screen
7979
// (except FAQ panel, which already has a transition,
8080
// and the section days, which need no transition.)
81-
&:not(.link):not(.panel):not(#days):not(.number):not(#desk) {
81+
&:not(.link):not(.panel):not(#days):not(.number):not(#desk):not(#wire) {
8282
transition: all 1s ease;
8383
}
8484

0 commit comments

Comments
 (0)