Skip to content

Commit

Permalink
addressing #2 issues:
Browse files Browse the repository at this point in the history
 - Header sizes fixed
 - "About me" picture link fixed
  • Loading branch information
paaragon committed Mar 16, 2016
1 parent d14cf1d commit 7b78519
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

title: Manu Sánchez
locale: en_US
url: http://manu343726.github.io # remote (deploy)
url: http://manu343726.github.io/ # remote (deploy)
#url: http://127.0.0.1:4000/
markdown: kramdown
highlighter: pygments
Expand Down
4 changes: 0 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
}
});
});

function verScroll() {
alert($(window).scrollTop());
}
</script>
</body>

Expand Down
14 changes: 13 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,20 @@ footer a{
font-weight: lighter;
}

h1{
font-size: 3.5em;
}

h2{
font-size: 3em;
font-size: 2.7em;
}

h3{
font-size: 2em;
}

code{
font-size: 0.9em;
}

#main-avatar{
Expand Down

0 comments on commit 7b78519

Please sign in to comment.