From 1924c1e30579bb67e7b8b258f31f6cdba6154aec Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 13 Feb 2024 18:22:22 -0500 Subject: [PATCH] css: better quotes --- posts/archiso-portable.md | 2 +- public/css/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/posts/archiso-portable.md b/posts/archiso-portable.md index ca4c5f5..2148d24 100644 --- a/posts/archiso-portable.md +++ b/posts/archiso-portable.md @@ -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. diff --git a/public/css/style.css b/public/css/style.css index 824f3ed..7bc7f57 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -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; }