css: better quotes

This commit is contained in:
dogeystamp 2024-02-13 18:22:22 -05:00
parent 1a759e4e5a
commit 1924c1e305
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,7 @@ In fact, it's the tool that Arch's maintainers use to generate the official live
The one issue I have, though is that you need to be running Arch Linux to run archiso:
> Currently creating the images is only supported on Arch Linux but may work on other operating systems as well.
> "Currently creating the images is only supported on Arch Linux but may work on other operating systems as well."
As I run another distro on my laptop, I could not use archiso.
So, in the last few days, I set out to make archiso run on my system.

View File

@ -130,14 +130,18 @@ img {
}
blockquote {
border: 1px solid;
border-left: 6px solid;
border: 1px solid #ffffff55;
border-left: 0.5em solid;
margin: 2rem 0;
padding: 10px;
}
blockquote p {
margin: 0;
font-style: italic;
font-size: 90%;
display: inline;
}
figure {
margin: 2rem 0;
}