Skip to content

Commit

Permalink
fix width of "get docker" blocks on max-width: 768px views
Browse files Browse the repository at this point in the history
  • Loading branch information
danBamikiya authored and thaJeztah committed Sep 2, 2021
1 parent 1bdbd47 commit f3d07dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get-docker.md
Expand Up @@ -22,7 +22,7 @@ section and choose the best installation path for you.
<div class="component-container">
<!--start row-->
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="/desktop/mac/install/"><img src="/images/apple_48.svg" alt="Docker Desktop for Mac" width="70" height="70"></a>
Expand All @@ -31,7 +31,7 @@ section and choose the best installation path for you.
<p>A native application using the macOS sandbox security model which delivers all Docker tools to your Mac.</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="/desktop/windows/install/"><img src="/images/windows_48.svg" alt="Docker Desktop for Windows" width="70" height="70"></a>
Expand All @@ -40,7 +40,7 @@ section and choose the best installation path for you.
<p>A native Windows application which delivers all Docker tools to your Windows computer.</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-4 block">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
<div class="component">
<div class="component-icon">
<a href="/engine/install/"><img src="/images/linux_48.svg" alt="Docker for Linux" width="70" height="70"></a>
Expand Down

0 comments on commit f3d07dd

Please sign in to comment.