Make downloads responsive

This commit is contained in:
Seth Vargo 2017-03-28 13:02:24 -04:00
parent ece753ed47
commit f59dd9f7e0
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 7 additions and 7 deletions

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;
}
}

View File

@ -52,7 +52,7 @@ description: |-
<div class="row">
<div class="col-md-12 poweredby">
<a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer">
<%= image_tag "fastly_logo.png" %>
<%= inline_svg "fastly.svg", height: 50 %>
</a>
</div>
</div>