make equity and global strategies taller

This commit is contained in:
seotts 2020-10-22 16:01:12 -04:00
parent c3514aeb4c
commit 9a0ce3db48

View file

@ -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;
}
}