Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Add feedback link to front
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Hibbins committed Mar 5, 2015
1 parent 08b1443 commit 1869636
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion static/css/ie-old.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/ie9.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/main.min.css

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions static/scss/blocks.scss
Expand Up @@ -122,8 +122,6 @@

.block__title {
float: left;
font-size: 28px;
line-height: 32px;
}

.block__info {
Expand All @@ -134,6 +132,16 @@
.block__footer {
left: 50%;
}

&.block--primary {
.block__info {
padding-bottom: $gs-baseline*3;
}

.block__footer {
bottom: $gs-baseline;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion templates/subscriptions-int.html
Expand Up @@ -55,7 +55,7 @@ <h2 class="block__title">Join Guardian Membership</h2>
</div>
<div class="gs-container">
<div class="row row--padding-top row--items-1">
<div class="row__item block block--two-col">
<div class="row__item block block--primary block--two-col">
<i class="block__icon icon-email"></i>
<h2 class="block__title">Guardian email services</h2>
<div class="block__info">
Expand Down
11 changes: 11 additions & 0 deletions templates/subscriptions-uk.html
Expand Up @@ -108,6 +108,17 @@ <h2 class="block__title">From the app store</h2>
</div>
</div>
</div>
<div class="row row--items-1">
<div class="row__item block block--two-col">
<h2 class="block__title">Can't find what you're looking for?</h2>
<div class="block__info">
<p>We're always looking for ways to improve our site, if you're looking for something you can't find on this page let us know.</p>
</div>
<div class="block__footer">
<a class="button button--large button--primary" href="/feedback">Get in touch</a>
</div>
</div>
</div>
</div>
{% endblock content %}

Expand Down

0 comments on commit 1869636

Please sign in to comment.