Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(style): 2374 smaller header in smaller width
Browse files Browse the repository at this point in the history
 - fix issue where download button was hidden in mobile view
  • Loading branch information
alex-wilmer committed May 13, 2016
1 parent 9feca7c commit a04fa81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/styles/entities.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@
margin-bottom: 1rem;
}
}

@media (max-width: 992px) {
.entity h1 {
font-size: 2rem;
margin-bottom: 2rem;
}
}

0 comments on commit a04fa81

Please sign in to comment.