Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 21, 2013
1 parent 12d13a2 commit 503f90e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stylesheets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
border-bottom: 3px solid #c5c23f; // yellow
height: $topbar-height + 3px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);

// FIXME our global ul override is breaking this
ul {
margin-left: 0;
}
}

.container {
Expand All @@ -85,7 +90,8 @@
.hero {
text-align: center;
h1 {
font-size: 4em;
//font-size: 4em;
font-size: 3.8em;
margin-top: .25em;
margin-bottom: .2em;
}
Expand Down

0 comments on commit 503f90e

Please sign in to comment.