Skip to content

Commit

Permalink
Fix Header
Browse files Browse the repository at this point in the history
Fix Header
  • Loading branch information
David McCallum committed Apr 20, 2017
1 parent d080ce5 commit ebbdafc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/theme.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ a img {
line-height: 22px;
}

.sets #common-header h1 {
max-width: 180px;
}
//.sets #common-header h1 {
// max-width: 180px;
//}

#searchbar {
padding: 1rem 0;
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/sets/_header_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img class="logo" alt="University of Oregon Libraries" src="<%= image_path('uologo.png') %>" />
<% end %>
<% end %>
<span class="mobile-header">OREGON DIGITAL</span>
<!--span class="mobile-header">OREGON DIGITAL</span-->
</a>
<div class="nav-collapse">
<%= render :partial=>'/shared/sets/user_util_links' %>
Expand Down

0 comments on commit ebbdafc

Please sign in to comment.