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

Commit

Permalink
tweaks for laytou
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Glovier committed Sep 6, 2014
1 parent b95e40c commit 6417a16
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ h1 {
text-align: center;
color: $navy_text;
font-weight: 300;
border-bottom: 2px solid $navy_drk;
margin: 0;
padding: 30px 0;
line-height: 1;
background: $navy_mid2;
}

.splash-nav {
Expand All @@ -265,7 +265,7 @@ h1 {

.nav-category {
background: $navy_drk;
padding: 14px;
padding: 14px 14px 10px;
color: white;
border-radius: 8px;
float: left;
Expand Down Expand Up @@ -365,6 +365,11 @@ h1 {
}
}

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

.sub-section-link {
display: block;
background: $navy_mid2;
Expand Down

1 comment on commit 6417a16

@jglovier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses #12

Please sign in to comment.