Fix button styling on get-started

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-04-13 15:28:26 +02:00
parent a608900fe6
commit 428305eb77
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 9 additions and 9 deletions

View File

@ -20,6 +20,7 @@ a.button.outline-btn.min-hgt {
}
.button {
display: inline-block;
margin: 10px 10px 10px 0;
font-family: $buttons;
padding: 12px 35px 10px;
@ -27,6 +28,7 @@ a.button.outline-btn.min-hgt {
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
float: left;
text-align: center;
white-space: nowrap;
&:hover {
color: #fff;
opacity: 0.7;

View File

@ -1,6 +1,7 @@
.content, p {
line-height: 24px;
clear: both;
img {
display: block;

View File

@ -76,18 +76,15 @@ We also recommend the video walkthrough from DockerCon 2020.
## Download and install Docker
This tutorial assumes you have a current version of Docker installed on your
machine. If you do not have Docker installed, choose your preferred operating system below to download Docker.
machine. If you do not have Docker installed, choose your preferred operating system below to download Docker:
[Docker Desktop for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/Docker.dmg){: .button .primary-btn}{: style="min-width: 337px" }
[Docker Desktop for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg){: .button .primary-btn}{: style="min-width: 337px" }
[Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: .button .primary-btn}{: style="min-width: 337px" }
[Docker for Linux](../engine/install/index.md){: .button .primary-btn}{: style="min-width: 337px" }
For Docker Desktop installation instructions, see [Install Docker Desktop on Mac](../docker-for-mac/install.md) and [Install Docker Desktop on Windows](../docker-for-windows/install.md).
[Docker Desktop for Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/Docker.dmg){: .button .primary-button}
[Docker Desktop for Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg){: .button .primary-button}
[Docker Desktop for Windows](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe){: .button .primary-button}
[Docker for Linux](../engine/install/index.md){: .button .primary-button}
## Start the tutorial
If you've already run the command to get started with the tutorial, congratulations! If not, open a command prompt or bash window, and run the command: