update @ Fri 27 May 00:29:40 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-05-27 00:29:40 +03:00
parent 5447f76a9c
commit 96d4250f9d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -27,6 +27,16 @@
display: none; display: none;
} }
code,
code *,
pre,
pre * {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
}
body { body {
margin: auto; margin: auto;
padding: 2rem; padding: 2rem;