From bda45eab6625dcac3e942921c17c25260c88a9b6 Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 26 Jun 2023 13:13:31 -0700 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/styles.css | 13 +++++++++++-- src/css/styles.css | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 1b9a97e..d9ea50e 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -187,6 +187,15 @@ li.link p.dates { color: gray; } +li.link p.description, +li.link p.tags, +li.link p.dates, +li.link p.social, +li.link summary { + text-indent: -1.7rem; + margin-left: 1.7rem; +} + li.link p.description:before, li.link p.tags:before, li.link p.dates:before, @@ -230,7 +239,7 @@ li.link p.social a:not(:first-of-type) { li.link summary { list-style-type: none; - margin-left: -1rem; + margin-left: 0; } li.link p.social a, @@ -249,7 +258,7 @@ li.link a.link { } details { - padding-left: 1rem; + padding-left: 1.7rem; } details h1, details h2 { diff --git a/src/css/styles.css b/src/css/styles.css index 1b9a97e..d9ea50e 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -187,6 +187,15 @@ li.link p.dates { color: gray; } +li.link p.description, +li.link p.tags, +li.link p.dates, +li.link p.social, +li.link summary { + text-indent: -1.7rem; + margin-left: 1.7rem; +} + li.link p.description:before, li.link p.tags:before, li.link p.dates:before, @@ -230,7 +239,7 @@ li.link p.social a:not(:first-of-type) { li.link summary { list-style-type: none; - margin-left: -1rem; + margin-left: 0; } li.link p.social a, @@ -249,7 +258,7 @@ li.link a.link { } details { - padding-left: 1rem; + padding-left: 1.7rem; } details h1, details h2 {