Skip to content

Commit

Permalink
revert back to fox logo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfox26 committed Mar 27, 2018
1 parent acab391 commit ec043b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,12 @@ header {
//}

#front_page_picture img{
width: 100%;
//width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
height: 70vh;
//padding: 15px 0px;
background-size: cover
height: 15vh;
padding: 15px 0px;
}

/* typography */
Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% end %>

<div id="front_page_picture">
<%= image_tag("tom_work1.jpg", alt: "Fox with paintbrush") %>
<%= image_tag("fox_logo.jpg", alt: "Fox with paintbrush") %>
</div>

<div class="container_for_background">
Expand Down

0 comments on commit ec043b2

Please sign in to comment.