We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a15bef commit 0d62946Copy full SHA for 0d62946
1 file changed
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(.panel):not(#days):not(.number):not(#desk) {
+ &:not(nav.link):not(.panel):not(#days):not(.number):not(#desk) {
82
transition: all 1s ease;
83
}
84
0 commit comments