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

Commit

Permalink
fix category nav card heights
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
Joel Glovier committed Sep 26, 2014
1 parent 29cf2f9 commit fe31d9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ h1 {
}

.category-links {
height: 254px;
height: 236px;
overflow: scroll;
}

.sub-section-link {
Expand All @@ -392,7 +393,7 @@ h1 {
font-size: 16px;
position: relative;

&:first-child { margin-top: 0; }
&:first-of-type { margin-top: 0; }

.octicon {
border-left: 1px solid rgba($navy_drk,.6);
Expand Down

0 comments on commit fe31d9b

Please sign in to comment.