mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Update download.scss
This commit is contained in:
parent
8b39259ce5
commit
c29dde59a1
1 changed files with 4 additions and 3 deletions
|
@ -54,6 +54,10 @@ $developer-spot: $splash-blue;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.three-col-row {
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.installation {
|
.installation {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -84,9 +88,6 @@ $developer-spot: $splash-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $mobile - 1) {
|
@media only screen and (max-width: $mobile - 1) {
|
||||||
p {
|
|
||||||
width: $cols3;
|
|
||||||
}
|
|
||||||
.inner {
|
.inner {
|
||||||
.installation-column {
|
.installation-column {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue