diff --git a/www/source/downloads.html.slim b/www/source/downloads.html.slim
index bb60021ff..65aaf5576 100644
--- a/www/source/downloads.html.slim
+++ b/www/source/downloads.html.slim
@@ -39,7 +39,7 @@ header.bg-gradient.margin-top-offset.short-bg.relative
a href="https://brew.sh/" Homebrew
' package.
.pad-under-xs
- .box-code.small.shadow.margin-top-xs
+ .box-code.custom-box-margin.shadow
i#copy.fa.fa-copy.copy.t-purple.mobile-hide onclick="copyToClipboard('#install')"
code#install brew cask install chef/chef/inspec
.triangle-right
diff --git a/www/source/stylesheets/_code.scss b/www/source/stylesheets/_code.scss
index 9a17d9d53..57358f24d 100644
--- a/www/source/stylesheets/_code.scss
+++ b/www/source/stylesheets/_code.scss
@@ -19,7 +19,11 @@ code {
padding: $percent_xs;
border-radius: 4px;
background-color: $color-dark;
- margin: 0 0 1rem;
+ margin: 0 0 1rem;
+}
+
+.custom-box-margin {
+ padding: 16px 0px;
}
.box-code-overwrite {
@@ -82,3 +86,4 @@ code {
.hljs-strong{
font-weight:bold
}
+
diff --git a/www/source/stylesheets/_layout.scss b/www/source/stylesheets/_layout.scss
index 66dae6e80..ffbe6e53a 100644
--- a/www/source/stylesheets/_layout.scss
+++ b/www/source/stylesheets/_layout.scss
@@ -238,7 +238,6 @@
padding-bottom: $percent_xs;
}
-
.box-white { // White Box
width: 100%;
padding: $percent_sm;
@@ -527,3 +526,4 @@ div.st-ui-autocomplete div.st-query-present, section.st-ui-slide-autocomplete di
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}
+