Commit 9a0ce3db authored by seotts's avatar seotts

make equity and global strategies taller

parent c3514aeb
...@@ -806,7 +806,6 @@ p { ...@@ -806,7 +806,6 @@ p {
width: 100%; width: 100%;
.pillar-splash { .pillar-splash {
height: 44px;
margin: 24px 0; margin: 24px 0;
} }
} }
...@@ -819,6 +818,12 @@ p { ...@@ -819,6 +818,12 @@ p {
height: 160px; height: 160px;
} }
} }
.equity-and-global {
.pillar-splash {
height: 64px;
}
}
} }
@media #{$intermediate} { @media #{$intermediate} {
...@@ -832,6 +837,12 @@ p { ...@@ -832,6 +837,12 @@ p {
height: 128px; height: 128px;
} }
} }
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
} }
@media #{$medium} { @media #{$medium} {
...@@ -855,6 +866,12 @@ p { ...@@ -855,6 +866,12 @@ p {
} }
} }
} }
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
} }
@media #{$small} { @media #{$small} {
...@@ -877,6 +894,12 @@ p { ...@@ -877,6 +894,12 @@ p {
} }
} }
} }
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
} }
} }
...@@ -1733,9 +1756,7 @@ p { ...@@ -1733,9 +1756,7 @@ p {
ul { ul {
list-style-image: url('/images/annual-report/initiatives/guideline-splash.svg'); list-style-image: url('/images/annual-report/initiatives/guideline-splash.svg');
margin-right: 64px; margin-right: 64px;
} padding: 0 20px;
li {
// vertical-align: middle;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment