Skip to content

Commit 713042f

Browse files
committed
Minor UI bug fixes
1 parent 86607e1 commit 713042f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

css/layouts.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body {
4242
flex-direction: row;
4343
margin-top: calc(100dvh - var(--navbar-height));
4444

45-
.divider {
45+
> .divider {
4646
height: calc(100% - var(--gap));
4747
width: 1px;
4848
background-color: var(--text);

pages/main.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@
3333
<div class="page" style="text-align: center">
3434
<h1 class="title">PGP Key</h1>
3535
<a href="/pgp-key.txt">(link)</a>
36-
<code>
37-
<pre>#!INCLUDE(../pgp-key.txt)</pre>
38-
</code>
36+
<pre>#!INCLUDE(../pgp-key.txt)</pre>
3937

4038
<h1 class="title">SSH Key</h1>
4139
<a href="/ssh-key.txt">(link)</a>
42-
<code>
43-
<pre>#!INCLUDE(../ssh-key.txt)</pre>
44-
</code>
40+
<pre>#!INCLUDE(../ssh-key.txt)</pre>
4541
</div>
4642

4743
<a id="infinity-mirror" href="#infinity-mirror" class="navbar-item">

0 commit comments

Comments
 (0)