From ad1d91a50011ef05f23b94cf9f9cb2e80d96bd14 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 2 Sep 2024 15:16:52 -0700 Subject: [PATCH 1/4] modify css to reduce spacing --- src/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 51ca50b0..99a18a8e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -14,6 +14,7 @@ --ifm-list-item-margin: 0; --ifm-code-font-size: 95%; --ifm-z-index-fixed: 1; + --ifm-leading: .8rem; --accent: #67ea94; --base: #f3f4f6; --primary: #ffffff; @@ -185,6 +186,7 @@ a + .navbar__link > svg { .markdown :where(li):not(:where([class~="not-prose"] *)) { margin-bottom: 0; margin-top: 0; + line-height: 1.6; } .markdown @@ -271,4 +273,11 @@ blockquote p::after, .markdown blockquote p::after { content: none !important; display: none !important; +} + +p{ + line-height: 1.5; +} +.markdown img { + margin-bottom: 0; /* Adjust this value as needed */ } \ No newline at end of file From 3e59588dd42d998f41b24a359a1587c70a202af5 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 2 Sep 2024 20:00:09 -0700 Subject: [PATCH 2/4] adjustments from review --- src/css/custom.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 99a18a8e..7111d726 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -14,7 +14,6 @@ --ifm-list-item-margin: 0; --ifm-code-font-size: 95%; --ifm-z-index-fixed: 1; - --ifm-leading: .8rem; --accent: #67ea94; --base: #f3f4f6; --primary: #ffffff; @@ -276,8 +275,8 @@ blockquote p::after, } p{ - line-height: 1.5; + line-height: 1.6; } .markdown img { - margin-bottom: 0; /* Adjust this value as needed */ + margin-bottom: 0; } \ No newline at end of file From 932881414580cd1557c5e4ed5a406fd7caec755c Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:01:47 -0700 Subject: [PATCH 3/4] Update src/css/custom.css Co-authored-by: Tommy Ekstrand --- src/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 99a18a8e..b1122120 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -275,8 +275,8 @@ blockquote p::after, display: none !important; } -p{ - line-height: 1.5; +p { + line-height: 1.6; } .markdown img { margin-bottom: 0; /* Adjust this value as needed */ From df79f34d0449c86768b51e724cf3b25a6e1f19dd Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 2 Sep 2024 20:11:34 -0700 Subject: [PATCH 4/4] lets add some commits --- src/css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 745c62af..bfd36f8d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -274,11 +274,10 @@ blockquote p::after, display: none !important; } - p { - line-height: 1.6; } + .markdown img { margin-bottom: 0; } \ No newline at end of file