Skip to content

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorlapeyre committed Jul 23, 2015
1 parent e4ffb91 commit 4cbf54e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/style.css
Expand Up @@ -106,6 +106,10 @@ a {
height: 60% !important;
}

.bio p a {
text-transform: capitalize;
}

footer {
margin-top: 50px;
}
Expand All @@ -120,7 +124,10 @@ footer {
padding-left: 50px;
}

.project-title { font-size: 1.2em; }
.project-title {
text-transform: capitalize;
font-size: 1.2em;
}

.pubmed-link {
float: right;
Expand Down

0 comments on commit 4cbf54e

Please sign in to comment.