Change to tighten up spacing of links in nav, and use CSS to define that spacing instead of HTML
This commit is contained in:
parent
edb76c188e
commit
edcd5a4a0a
|
|
@ -43,9 +43,9 @@
|
|||
|
||||
<div class="navigation">
|
||||
<h1> Elizabeth Pankratz </h1>
|
||||
<a href="#">about</a>  
|
||||
<a href="#">blog</a>  
|
||||
<a href="#">contact</a>  
|
||||
<a href="#">about</a>
|
||||
<a href="#">blog</a>
|
||||
<a href="#">contact</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue