Skip to content

Commit

Permalink
update body and nav style
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Okstad committed Jul 27, 2018
1 parent c9394f4 commit b08c34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>
<nav>
Paul Okstad ~
<a href="/author.html">about me</a>
<a href="/resume.html">resume</a>
Expand All @@ -7,4 +7,4 @@ <h1>
<a href="/talks.html">talks</a>
<a href="mailto:[email protected]">email</a>
<a href="/feed.xml">rss feed</a>
</h1>
</nav>
3 changes: 1 addition & 2 deletions css/remarkdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ hr {
}

body {
max-width: 660px;
padding: 30px;
margin: 0 auto;
color: #202020;
Expand Down Expand Up @@ -445,7 +444,7 @@ a:focus, a:active {

nav {
margin: 0 0 4em;
text-align: right;
text-align: center;
}
nav > br {
display: none;
Expand Down

0 comments on commit b08c34a

Please sign in to comment.