Change to tighten up spacing of links in nav, and use CSS to define that spacing instead of HTML

This commit is contained in:
n loewen 2023-09-21 16:00:43 -07:00
parent edb76c188e
commit edcd5a4a0a
2 changed files with 4 additions and 3 deletions

View File

@ -43,9 +43,9 @@
<div class="navigation">
<h1> Elizabeth Pankratz </h1>
<a href="#">about</a> &emsp;
<a href="#">blog</a> &emsp;
<a href="#">contact</a> &emsp;
<a href="#">about</a>
<a href="#">blog</a>
<a href="#">contact</a>
</div>
</div>

View File

@ -107,6 +107,7 @@ h1 {
margin-left: -0.25ch;
border-left: 0.25ch solid rgba(0,0,0,0);
border-right: 0.25ch solid rgba(0,0,0,0);
margin-right: 0.75ch;
}
.navigation a:visited {