diff --git a/src/components/About.react.js b/src/components/About.react.js index 45c2e40228..f027926c1f 100644 --- a/src/components/About.react.js +++ b/src/components/About.react.js @@ -27,35 +27,33 @@ var Preferences = React.createClass({
Go Back -

Installed Software

-
-
+

Installed Software

+
+
-

{packages.name}

+

Docker {packages.name}

{packages.version}

-
+
-

Docker

+

Docker Engine

{packages["docker-version"]}

-
-
-
+
-

Docker Machine

+

Docker Machine

{packages["docker-machine-version"]}

-
+
-

Docker Compose

+

Docker Compose

{packages["docker-compose-version"]}

-

Third-Party Software

-
-
-

VirtualBox

+

Third-Party Software

+
+
+

VirtualBox

{packages["virtualbox-version"]}

diff --git a/styles/preferences.less b/styles/preferences.less index f41544d652..0294fd2a38 100644 --- a/styles/preferences.less +++ b/styles/preferences.less @@ -39,19 +39,31 @@ } .about-content { margin-top: 0px; - h2 { - font-size: 3rem; - text-align: center; - } - .row { - text-align: center; + height: 100%; + overflow: auto; + .items { + display: flex; + .item { + flex: 1 auto; + margin-right: 1rem; + text-align: center; + } } h3 { - font-size: 2rem; + color: @gray-normal; + font-weight: 400; + font-size: 18px; text-align: center; } + img { + height: 100px; + width: auto; + } + h4 { + margin-bottom: 0.5rem; + } p { - color: @gray-normal; + color: @gray-light; font-size: 1.5rem; } }