Update downloads page

This commit is contained in:
Seth Vargo
2017-03-28 13:14:56 -04:00
parent 8d5f2bb7da
commit 53766df20e
2 changed files with 19 additions and 15 deletions

View File

@@ -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:
@@ -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)
@@ -151,7 +155,7 @@ PLATFORMS
ruby
DEPENDENCIES
middleman-hashicorp (= 0.3.22)
middleman-hashicorp!
BUNDLED WITH
1.14.6

View File

@@ -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;
}
@@ -40,7 +40,7 @@ body.layout-downloads {
}
.icon {
img {
svg {
width: 75px;
}
}