Skip to content

Commit

Permalink
Merge pull request USGS-VIZLAB#359 from lindsaycarr/small-css
Browse files Browse the repository at this point in the history
css update title wrap + links in footer
  • Loading branch information
mwernimont authored Mar 26, 2018
2 parents 3f49456 + 1d10cd5 commit 04215bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit 04215bc

Please sign in to comment.