We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ead062 commit 3787348Copy full SHA for 3787348
sass/main.scss
@@ -78,7 +78,7 @@ $event-count: 6;
78
// Transition all elements on the screen
79
// (except FAQ panel, which already has a transition,
80
// and the section days, which need no transition.)
81
- &:not(.link):not(.panel):not(#days):not(.number):not(#desk) {
+ &:not(.link):not(.panel):not(#days):not(.number):not(#desk):not(#wire) {
82
transition: all 1s ease;
83
}
84
0 commit comments