Skip to content

Commit

Permalink
add logo and change navbar container to blue to match
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfox26 committed Mar 6, 2018
1 parent 6ec0f17 commit c8e6aaa
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 38 deletions.
80 changes: 45 additions & 35 deletions .idea/workspace.xml

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

8 changes: 6 additions & 2 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ header {
}

#navbar_container{
background-color: #6b8071;
background-color: #4a5980;
}

#logo {
Expand Down Expand Up @@ -216,7 +216,11 @@ header {
//}

#front_page_picture img{
width: 100%;
//width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
background-color: #DADADA;
max-height: 30vh;
}

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("green_placeholder.png", alt: "Green placeholder") %>
<%= image_tag("fox_logo.jpg", alt: "Fox with paintbrush") %>
</div>

<div class="container_for_background">
Expand Down

0 comments on commit c8e6aaa

Please sign in to comment.