This commit is contained in:
Joshua Killen 2020-04-17 09:09:28 +01:00
parent 1412eb4390
commit 272e7800c3
2 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<a href="../../about/about.html">About</a> <a href="../../about/about.html">About</a>
</nav> </nav>
</header> </header>
<h1> Joshua Killen</h1> <h1>Joshua Killen</h1>
<img src="contact_assets/jkillen.png" alt="Profile of Joshua Killen"> <img src="contact_assets/jkillen.png" alt="Profile of Joshua Killen">
<article> <article>
<details> <details>

View File

@ -0,0 +1,3 @@
h1 {
padding-left: 2px;
}