Skip to content

Commit ac3002c

Browse files
committed
Fix transition. 2s -> 1s sorry chris but 2s is too long
Signed-off-by: Peter Kos <pkos91@icloud.com>
1 parent 4fbcd90 commit ac3002c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sass/main.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ $event-count: 6;
7878
// Allows for elements "below" std z-index
7979
// (note: only set if child adopts explicit position value)
8080

81-
&::not(#faq) {
82-
transition: all 2s ease;
81+
&:not(#faq) {
82+
transition: all 1s ease;
8383
}
8484

8585
}

0 commit comments

Comments
 (0)