Skip to content

Mobile tweaks #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions layouts/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pre
@import 'page-modules/_blog-index'
@import 'page-modules/_blog-post'
@import 'page-modules/_foundation-members'
@import 'page-modules/_in-the-news'
@import 'page-modules/_download'
@import 'page-modules/_scrollToTop'

Expand Down
2 changes: 1 addition & 1 deletion layouts/css/page-modules/_foundation-members.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ img.memberlogo
width 200px
padding-right 20px
padding-left 20px
padding-bottom 5px
padding-bottom 20px
5 changes: 5 additions & 0 deletions layouts/css/page-modules/_in-the-news.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#news-container
margin-top 50px

.news-row
padding 5px
8 changes: 0 additions & 8 deletions layouts/in-the-news.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@

{{{ contents }}}

<style>
div#news-container {
margin-top:50px;
}
div.news-row: {
padding: 5px 5px 5px 5px;
}
</style>
<article>
<div id="news-container">
</div>
Expand Down