fixed a missing line break

This commit is contained in:
ngn 2023-11-22 19:11:01 +00:00 committed by GitHub
parent 8cb47f80f6
commit 6e61c47237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
<br>
And lastly my PGP key is:
<ul>
<li><a href="https://keyoxide.org/F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D"><c>F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D</c></a></li>
<li class="pgp"><a href="https://keyoxide.org/F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D"><c>F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D</c></a></li>
</ul>
</Card>
</div>
@ -101,6 +101,12 @@ code {
word-break: break-word;
}
.pgp {
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
}
.flexbox {
display: flex;
gap: 30px;