This commit is contained in:
Joshua Killen 2020-04-17 12:17:23 +01:00
parent 7e72efd436
commit b4935698d6
2 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,6 @@
</header> </header>
<div class="headImg"> <div class="headImg">
<h1>About</h1> <h1>About</h1>
<img src="about_assets/internet.png" alt="map of observable IPv4 addresses June-October 2012">
</div> </div>
<details class="anchor" open> <details class="anchor" open>
<summary class="aboutTitle">The Website</summary> <summary class="aboutTitle">The Website</summary>

View File

@ -58,3 +58,7 @@ summary {
width: 100%; width: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
h1 {
padding-bottom: 900px;
}