File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,15 +614,16 @@ p.big {
614614
615615/* begin front page divider */
616616.divider {
617- min-height : 80 px ;
617+ min-height : 40 px ;
618618 background-color : transparent;
619+ opacity : 0.8 ;
619620}
620621
621622.flowing {
622623 display : block;
623624 width : 100% ;
624- height : 60 px ;
625- max-height : 60 px ;
625+ height : 20 px ;
626+ max-height : 20 px ;
626627 margin : 0 ;
627628 z-index : 5 ;
628629 position : absolute;
@@ -647,31 +648,31 @@ g.parallax4 {
647648}
648649
649650.parallax1 > use {
650- animation : move-forever1 10 s linear infinite;
651+ animation : move-forever1 14 s linear infinite;
651652
652653 & : nth-child (1 ) {
653654 animation-delay : -2s ;
654655 }
655656}
656657
657658.parallax2 > use {
658- animation : move-forever2 8 s linear infinite;
659+ animation : move-forever2 12 s linear infinite;
659660
660661 & : nth-child (1 ) {
661662 animation-delay : -2s ;
662663 }
663664}
664665
665666.parallax3 > use {
666- animation : move-forever3 6 s linear infinite;
667+ animation : move-forever3 10 s linear infinite;
667668
668669 & : nth-child (1 ) {
669670 animation-delay : -2s ;
670671 }
671672}
672673
673674.parallax4 > use {
674- animation : move-forever4 4 s linear infinite;
675+ animation : move-forever4 8 s linear infinite;
675676
676677 & : nth-child (1 ) {
677678 animation-delay : -2s ;
You can’t perform that action at this time.
0 commit comments