Skip to content
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

css update title wrap + links in footer #359

Merged
merged 3 commits into from
Mar 26, 2018
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
5 changes: 5 additions & 0 deletions inst/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
width:80px;
}

@media screen and (max-width: 768px) {
#header h1 {
font-size:1em;
}
}
4 changes: 2 additions & 2 deletions inst/templates/footer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div id="related-items">

<div id="relatedVizzies">
<a class="related-items-title">Related Visualizations:</a>
<p class="related-items-title">Related Visualizations:</p>
<div class="related-items-container">
{{#vizzies}}
<div class="related-item">
Expand All @@ -40,7 +40,7 @@
<img src="{{thumbLoc}}" alt=""/>
</div>
<div class="titleHandler">
<a class="related-items-caption">{{name}}</a>
<a href="{{url}}" class="related-items-caption">{{name}}</a>
</div>
</a>
</div>
Expand Down