
diff --git a/_sass/components/_about.scss b/_sass/components/_about.scss
index 02ca0926..e153b16d 100644
--- a/_sass/components/_about.scss
+++ b/_sass/components/_about.scss
@@ -19,30 +19,6 @@
//background: $brand-primary;
padding: 0 $base-point-grid * 18;
}
-
- &:nth-child(1) {
- transition-delay: 0.1s;
- }
-
- &:nth-child(2) {
- transition-delay: 0.2s;
- }
-
- &:nth-child(3) {
- transition-delay: 0.3s;
- }
-
- &:nth-child(4) {
- transition-delay: 0.4s;
- }
-
- &:nth-child(5) {
- transition-delay: 0.5s;
- }
-
- &:nth-child(6) {
- transition-delay: 0.6s;
- }
}
}
diff --git a/about/index.html b/about/index.html
index b6fb6caa..0f27603c 100644
--- a/about/index.html
+++ b/about/index.html
@@ -23,7 +23,7 @@
{{ page.title }}
{% for item in site.data.about %}
-
+
{{item.title}}
{{item.description}}
@@ -34,4 +34,4 @@
{{item.title}}
{% include _cta-conduct.html %}
-{% include _cta-steering.html %}
\ No newline at end of file
+{% include _cta-steering.html %}