File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 1919 // background: $brand-primary;
2020 padding : 0 $base-point-grid * 18 ;
2121 }
22-
23- & :nth-child (1 ) {
24- transition-delay : 0.1s ;
25- }
26-
27- & :nth-child (2 ) {
28- transition-delay : 0.2s ;
29- }
30-
31- & :nth-child (3 ) {
32- transition-delay : 0.3s ;
33- }
34-
35- & :nth-child (4 ) {
36- transition-delay : 0.4s ;
37- }
38-
39- & :nth-child (5 ) {
40- transition-delay : 0.5s ;
41- }
42-
43- & :nth-child (6 ) {
44- transition-delay : 0.6s ;
45- }
4622 }
4723}
4824
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1><span>{{ page.title }}</span></h1>
2323
2424 < div class ="about-list ">
2525 {% for item in site.data.about %}
26- < div class ="about-item " data-aos =" fade-down " >
26+ < div class ="about-item ">
2727 < img src ="{{ site.baseurl }}{{ item.icon }} " title ="{{ item.title }} " />
2828 < h3 > {{item.title}}</ h3 >
2929 < p > {{item.description}}</ p >
@@ -34,4 +34,4 @@ <h3>{{item.title}}</h3>
3434</ div >
3535{% include _cta-conduct.html %}
3636< br /> < br /> < br />
37- {% include _cta-steering.html %}
37+ {% include _cta-steering.html %}
You can’t perform that action at this time.
0 commit comments