Skip to content

Commit

Permalink
Update downloads page
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 28, 2017
1 parent 8d5f2bb commit 53766df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
22 changes: 13 additions & 9 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
PATH
remote: ../../../../../../middleman-hashicorp
specs:
middleman-hashicorp (0.3.22)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
middleman-livereload (~> 3.4)
middleman-syntax (~> 3.0)
redcarpet (~> 3.3)
turbolinks (~> 5.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -77,14 +89,6 @@ GEM
rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.22)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
middleman-livereload (~> 3.4)
middleman-syntax (~> 3.0)
redcarpet (~> 3.3)
turbolinks (~> 5.0)
middleman-livereload (3.4.6)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
Expand Down Expand Up @@ -151,7 +155,7 @@ PLATFORMS
ruby

DEPENDENCIES
middleman-hashicorp (= 0.3.22)
middleman-hashicorp!

BUNDLED WITH
1.14.6
12 changes: 6 additions & 6 deletions website/source/assets/stylesheets/_downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ body.layout-downloads {
}

.download {
align-items: center;
border-bottom: 1px solid #b2b2b2;
padding-bottom: 15px;
margin-top: 10px;
margin-bottom: 10px;
display: flex;
padding: 15px;

.details {
padding-left: 95px;
padding-left: 20px;

h2 {
margin-top: 25px;
margin-top: 4px;
border: none;
}

Expand All @@ -40,7 +40,7 @@ body.layout-downloads {
}

.icon {
img {
svg {
width: 75px;
}
}
Expand Down

0 comments on commit 53766df

Please sign in to comment.