Commit 80ae291b authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #1365 from mewtaylor/issue/download-tweaks

Tweak some styling for the download page
parents dd923aa5 dbb4fcc8
This diff is collapsed.
...@@ -50,6 +50,10 @@ $developer-spot: $splash-blue; ...@@ -50,6 +50,10 @@ $developer-spot: $splash-blue;
} }
} }
.sub-nav-item {
margin: .5rem;
}
.download-content { .download-content {
padding-bottom: 2rem; padding-bottom: 2rem;
} }
...@@ -65,6 +69,23 @@ $developer-spot: $splash-blue; ...@@ -65,6 +69,23 @@ $developer-spot: $splash-blue;
.installation-column { .installation-column {
max-width: $cols4; max-width: $cols4;
text-align: center;
}
.installation-column-number {
margin: 2rem auto;
border: 2px solid $active-gray;
border-radius: 2rem;
box-shadow: 0 0 0 .5rem lighten($ui-blue, 35);
background-color: $ui-blue;
width: 3.75rem;
height: 3.75rem;
}
.installation-column-number-text {
text-align: center;
line-height: 1.8em;
color: $type-white;
} }
.installation-downloads { .installation-downloads {
...@@ -75,6 +96,7 @@ $developer-spot: $splash-blue; ...@@ -75,6 +96,7 @@ $developer-spot: $splash-blue;
.installation-downloads-item { .installation-downloads-item {
margin: .25rem; margin: .25rem;
padding: 0; padding: 0;
text-align: center;
} }
section { section {
...@@ -91,8 +113,11 @@ $developer-spot: $splash-blue; ...@@ -91,8 +113,11 @@ $developer-spot: $splash-blue;
max-width: 100%; max-width: 100%;
} }
} }
}
@media only screen and (max-width: $desktop - 1) {
.three-col-row { .three-col-row {
flex-direction: column;
align-items: center; align-items: center;
} }
} }
......
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