diff --git a/_scss/_content.scss b/_scss/_content.scss index 4f968f7ee7..47aeeee048 100755 --- a/_scss/_content.scss +++ b/_scss/_content.scss @@ -59,17 +59,26 @@ code { */ .component-container { - padding: 0; - margin: 0 0 50px; - width: 100%; -} + padding: 0; + margin: 0 0 50px; + width: 100%; -.component { - padding: 15px 25px 5px 15px; + .row { + display: flex; + flex-wrap: wrap; + } + + // "get-docker" tiles + .row > .block { + display: flex; + flex-direction: column; + padding: 10px; + } + + .component { + padding: 15px 25px 15px 15px; text-align: center; - margin: 0 8px 15px; - float: left; - height: 250px; + height: 100%; width: 100%; background: $bg-component; img { @@ -80,11 +89,12 @@ code { justify-content: center; } h2 { - font-size: 22px; + font-size: 18px; } h2, h3, p { margin: 0; } + } } a.anchorLink { diff --git a/_scss/_utilities.scss b/_scss/_utilities.scss index 50a6667cee..35bd445db3 100755 --- a/_scss/_utilities.scss +++ b/_scss/_utilities.scss @@ -67,11 +67,6 @@ i.fa.fa-outdent { opacity: 0.5; } -.block { - padding: 0 15px 10px 15px; -} - - /* Inline graphics and icons (like the whale menu icon in d4mac, d4win) */ img.inline { display: inline; diff --git a/get-docker.md b/get-docker.md index d22641401d..23c9c72a12 100644 --- a/get-docker.md +++ b/get-docker.md @@ -22,7 +22,7 @@ section and choose the best installation path for you.
-
+
Docker Desktop for Mac @@ -31,7 +31,7 @@ section and choose the best installation path for you.

A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.

-
+
Docker Desktop for Windows @@ -40,7 +40,7 @@ section and choose the best installation path for you.

A native Windows application which delivers all Docker tools to your Windows computer.

-
+
Docker for Linux diff --git a/language/index.md b/language/index.md index a1c8baa1eb..f2f91a3285 100644 --- a/language/index.md +++ b/language/index.md @@ -23,28 +23,18 @@ Learn how to set up your Docker environment and start containerizing your applic
-
-
-
- Develop with Node -
+
+
+ Develop with Node
-
- -
- Develop with Python -
-
+
+ Develop with Python
-
-
- Develop with Java -
+
+ Develop with Java
-
-
- Develop with Go -
+
+ Develop with Go