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 dbefe60 commit 7ead062Copy full SHA for 7ead062
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(nav.link):not(.panel):not(#days):not(.number):not(#desk) {
+ &:not(.link):not(.panel):not(#days):not(.number):not(#desk) {
82
transition: all 1s ease;
83
}
84
0 commit comments