This commit is contained in:
Nathan Chapman 2019-06-08 10:34:24 -07:00
parent 2ecf9df8b6
commit d5b58b37c3
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
<header>
<h3><a href="/"><img class="logo" src="images/berthume_logo.png"><span class="logo-text">Berthume</span></a></h3>
<nav>
<a href="/">home</a>
<a href="#portfolio">portfolio</a>
<a href="#bio">bio</a>
<a href="#contact">contact</a>

View File

@ -148,7 +148,7 @@ nav {
font-style: italic;
display: flex;
justify-content: space-between;
max-width: 432px;
max-width: 372px;
margin: auto;
font-size: 1.25em;
}