From fadf0a33466d7a79074e787017a46819600aad61 Mon Sep 17 00:00:00 2001 From: The_Grits Date: Sat, 20 May 2017 00:24:18 -0400 Subject: [PATCH] Download Page Restyle --- src/views/download/download.jsx | 228 ++++++++++++++++--------------- src/views/download/download.scss | 37 +++-- 2 files changed, 141 insertions(+), 124 deletions(-) diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx index a466b78b5..484087f49 100644 --- a/src/views/download/download.jsx +++ b/src/views/download/download.jsx @@ -54,117 +54,123 @@ var Download = React.createClass({ -
-
- - -
-

-

- -
-
-

-

-

- - - {' '} - - -

-

- - - {' '} - - -

-

- - - {' '} - - -

-

- - - {' '} - - -

-
-
-

-

-

- - - {' '} - - -

-

- - - {' '} - - -

-

- - - {' '} - - -

-
-
-
- -
- -

-

-

-
- -
- -

-

-

-
- -
- -

-

-

-

- - - -
+
+
+
+ + +
+

+

+ +
+
+

+

+ +
+
+

+

+ +
+
+
+ +
+ +

+

+

+
+ +
+ +

+

+

+
+ +
+ +

+

+

+

+ + + +
+
); diff --git a/src/views/download/download.scss b/src/views/download/download.scss index e1840c9e9..342e75750 100644 --- a/src/views/download/download.scss +++ b/src/views/download/download.scss @@ -49,23 +49,34 @@ $developer-spot: $ui-yellow; } } } - .inner { + + .download-content { padding-bottom: 2rem; - - .installation { - display: flex; - flex-wrap: wrap; - align-items: center; - justify-content: space-between; - } - - .installation .column { - max-width: $cols4; - } } + + .installation { + display: flex; + flex-wrap: wrap; + align-items: flex-start; + justify-content: space-between; + } + + .installation-column { + max-width: $cols4; + } + + .installation-downloads { + list-style: none; + } + + .installation-downloads-item { + padding: 0; + margin: 0.25rem; + } + @media only screen and (max-width: $mobile - 1) { .inner { - .installation .column { + .installation-column { max-width: $cols2; } }