From a174d09961962c9dad18cb8adfd2ec102e79d936 Mon Sep 17 00:00:00 2001 From: William Roy Date: Sat, 3 Sep 2022 19:08:29 -0400 Subject: [PATCH 1/2] Lower article section padding --- poxy/data/poxy.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/poxy/data/poxy.css b/poxy/data/poxy.css index 117ff5c..ce2def8 100644 --- a/poxy/data/poxy.css +++ b/poxy/data/poxy.css @@ -47,11 +47,6 @@ a text-decoration: none !important; } -article div > section -{ - margin-top: 4rem; -} - article div > section > section { margin-bottom: 2.25rem; From 7a582ad38a42e06ce9d0a2867473f884773965fb Mon Sep 17 00:00:00 2001 From: William Roy Date: Tue, 6 Sep 2022 11:03:59 -0400 Subject: [PATCH 2/2] Change GitHub icon to be in line with search icon Signed-off-by: William Roy --- poxy/data/poxy.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/poxy/data/poxy.css b/poxy/data/poxy.css index ce2def8..c6ae0f1 100644 --- a/poxy/data/poxy.css +++ b/poxy/data/poxy.css @@ -75,11 +75,13 @@ nav .m-thin } nav .github { - padding-left: 44px !important; + margin-left: 15px !important; + background-image: url("poxy-github.svg"); background-repeat: no-repeat; - background-size: 25px 25px; - background-position: -30px center; - background-origin: content-box; + background-size: 15px 15px; + background-position: center center; + color: transparent !important; + width: 50px !important; } @media screen and (max-width: 576px) {