Skip to content

Commit

Permalink
Improved responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 21, 2018
1 parent 8b1c898 commit ccd0876
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/components/GenericFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<a href="https://icij.org" target="_blank" class="generic-footer__icij__logo">
<img src="../assets/images/[email protected]" class="mw-100" />
</a>
International&nbsp;Consortium of Investigative&nbsp;Journalists
<a class="text-nowrap" href="https://icij.org" target="_blank">
International Consortium of<br />
Investigative Journalists
</a>
</h5>
<p class="">
1710 Rhode Island Ave NW | 11th floor <br />
Expand Down Expand Up @@ -118,19 +121,27 @@ export default {
h5 {
font-family: $font-family-sans-serif;
font-size: 18px;
font-size: 1rem;
}
&__icij {
display: flex;
justify-content: start;
align-items: center;
@include media-breakpoint-down(xs) {
display: block;
}
&__logo {
display: block;
width: 54px;
flex: 0 0 54px;
margin-right: 8px;
@include media-breakpoint-down(xs) {
margin-bottom: $spacer;
}
}
}
}
Expand Down

0 comments on commit ccd0876

Please sign in to comment.