Use block class and wrap with flex-width class for pgp block
All checks were successful
Generate Website / Generate Website (push) Successful in 18s

This commit is contained in:
Xavier Moffett 2024-12-31 23:08:10 -05:00
parent 3e4664764d
commit 83ab90d589
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -54,7 +54,8 @@ Listed are the fingerprints associated with my PGP public key:
Below is my PGP public key armor: Below is my PGP public key armor:
<code class="pgp select"> <div class="flex-width">
<code class="block select">
-----BEGIN PGP PUBLIC KEY BLOCK-----<br> -----BEGIN PGP PUBLIC KEY BLOCK-----<br>
<br> <br>
mDMEZg4OThYJKwYBBAHaRw8BAQdAY5lp2Qncg/PjnaptLl1Xgw83NT8fxbhiSVAx<br> mDMEZg4OThYJKwYBBAHaRw8BAQdAY5lp2Qncg/PjnaptLl1Xgw83NT8fxbhiSVAx<br>
@ -77,3 +78,4 @@ TQD/QX05qHeTBwGhdRewkq5ZLW5j2DU47eAx6d22zju74w4=<br>
<br> <br>
-----END PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
</code> </code>
</div>