This commit is contained in:
Joshua Killen 2020-04-17 12:04:07 +01:00
parent 22bcf83f12
commit faebffc321
3 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<a class="active" href="../../about/about.html">About</a> <a class="active" href="../../about/about.html">About</a>
</nav> </nav>
</header> </header>
<h1 class="anchor">About</h1> <h1>About</h1>
<details class="anchor" open> <details class="anchor" open>
<summary class="aboutTitle">The Website</summary> <summary class="aboutTitle">The Website</summary>
<article class="aboutContent" id="siteContent"> <article class="aboutContent" id="siteContent">

View File

@ -50,6 +50,6 @@ summary {
} }
#siteContent { #siteContent {
padding-bottom: 0.5em padding-bottom: 2em
} }

View File

@ -15,6 +15,7 @@ body {
} }
h1 { h1 {
font-size: 3vw;
font-family: neon80; font-family: neon80;
} }