From 3bb6af1664da604e5c59be11e25f1ebbfd0defee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ric=20Moura?= <111160949+hericmr@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:48:40 -0300 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Héric Moura <111160949+hericmr@users.noreply.github.com> --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 83b59ad..dda6f2d 100644 --- a/style.css +++ b/style.css @@ -83,10 +83,9 @@ h1 .headline-2 { } section { - column-width: 14em; - column-gap: 1.33em; padding: 0 3em; } + section p:first-of-type:first-letter { float: left; font-size: 7em; @@ -115,7 +114,8 @@ blockquote { width: 9em; background: #191919; } -blockquote::before, blockquote::after { +blockquote::before, +blockquote::after { color: #ccc; font-size: 1.25em; line-height: 0;