Commit 9a0ce3db authored by seotts's avatar seotts

make equity and global strategies taller

parent c3514aeb
......@@ -806,7 +806,6 @@ p {
width: 100%;
.pillar-splash {
height: 44px;
margin: 24px 0;
}
}
......@@ -819,6 +818,12 @@ p {
height: 160px;
}
}
.equity-and-global {
.pillar-splash {
height: 64px;
}
}
}
@media #{$intermediate} {
......@@ -832,6 +837,12 @@ p {
height: 128px;
}
}
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
}
@media #{$medium} {
......@@ -855,6 +866,12 @@ p {
}
}
}
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
}
@media #{$small} {
......@@ -877,6 +894,12 @@ p {
}
}
}
.equity-and-global {
.pillar-splash {
height: 44px;
}
}
}
}
......@@ -1733,9 +1756,7 @@ p {
ul {
list-style-image: url('/images/annual-report/initiatives/guideline-splash.svg');
margin-right: 64px;
}
li {
// vertical-align: middle;
padding: 0 20px;
}
}
......
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