mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
make equity and global strategies taller
This commit is contained in:
parent
c3514aeb4c
commit
9a0ce3db48
1 changed files with 25 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue