Skip to content

Commit

Permalink
More styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Sep 18, 2019
1 parent ac9e6e1 commit 55f3313
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,7 @@ header.lux {
.site-subtitle {
min-height: 35px;
}
.masthead > .site-title-container > .site-title.h1 {
padding-bottom: 0;
margin-bottom: 0;
}
2 changes: 1 addition & 1 deletion spec/features/exhibit_home_page_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
visit spotlight.exhibit_root_path exhibit
expect(page).not_to have_link 'Dashboard'
expect(page).not_to have_link 'Edit'
expect(page).to have_selector ".site-title > small[dir='rtl']"
expect(page).to have_selector ".site-title small[dir='rtl']"
end
end
end

0 comments on commit 55f3313

Please sign in to comment.