Skip to content

Commit 853bf61

Browse files
committed
Updated at 20250928-052522
1 parent 121ac6e commit 853bf61

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ p em::first-letter {
100100
*/
101101
text-shadow: 1px 1px 1px #333;
102102
}
103-
.center {
103+
.contact {
104104
text-align: center;
105105
}
106106

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@
176176
<header id="title-block-header">
177177
<h1 class="title">TLC SRC</h1>
178178
</header>
179-
<small class="center">
179+
<div class="subtitle">
180180

181181
<p>The Systems Research Centre<a href="#fn1" class="footnote-ref"
182182
id="fnref1" role="doc-noteref"><sup>1</sup></a> that practises <a
183183
href="https://existentialtype.wordpress.com/2011/03/27/the-holy-trinity/">computational
184184
trinitarianism</a></p>
185-
</small>
185+
</div>
186186

187187
<div class="tlc">
188188
<p><span class="tlcx">T</span>ypes, <span class="tlcx">L</span>ogic, &amp; <span class="tlcx">C</span>ategories</p>
@@ -195,9 +195,9 @@ <h1 class="title">TLC SRC</h1>
195195
delivery.</p>
196196
<p>We love to work, learn, and collaborate with enterprises,
197197
entrepreneurs, programmers, researchers, and autodidacts.</p>
198-
<p class="center">
199-
<a href="mailto:steven@steshaw.org">steven@steshaw.org</a>
200-
</p>
198+
<div class="contact">
199+
<a href="mailto:steven@steshaw.org">steven@steshaw.org</a>
200+
</div>
201201

202202
<section id="footnotes" class="footnotes footnotes-end-of-document"
203203
role="doc-endnotes">

0 commit comments

Comments
 (0)