Skip to content

Commit

Permalink
issue #89: Added vertical logo for portrait phones. CSS inclusion wit…
Browse files Browse the repository at this point in the history
…h breakpoints. More work needed.
  • Loading branch information
arbitrarynoun committed Jul 6, 2017
1 parent cf07a87 commit a6dcdb8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions app/assets/stylesheets/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,24 @@


// Bootstrap.....Extra Small (xs) 576px or greater (Phone) Bootstrap Default

@media (max-width: 400px) {
.row__hero-banner {
// margin: 0.5em 0.5em 0em 0.5em;

h1 {
text-indent: -9999px;
margin: auto;
max-width: 100%;
min-height: 40vw;
background-image: url([email protected]);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
}
}
}



0 comments on commit a6dcdb8

Please sign in to comment.