diff --git a/poxy/data/poxy.css b/poxy/data/poxy.css index 117ff5c..c6ae0f1 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; @@ -80,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) {