Skip to content

Commit

Permalink
fixed logo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
heyheyjose committed Dec 13, 2014
1 parent 920ab3a commit 0d2aed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

h1#top-left-logo {
font-family: 'Pacifico', cursive;
font-size: 3em !important;
}

h3#bottom-right-logo {
Expand All @@ -103,7 +104,7 @@

/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a, a:visited { color: #333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

Expand Down

0 comments on commit 0d2aed9

Please sign in to comment.