all repos — site @ 6cfdf9ff1135e137e5b51f188543c0ee052bf14b

source for my site, found at icyphox.sh

Fix paddings
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 23:13:05 -0700
commit

6cfdf9ff1135e137e5b51f188543c0ee052bf14b

parent

64dbad9da6ec44647a343a8ae46a4686720152c0

2 files changed, 7 insertions(+), 2 deletions(-)

jump to
M bin/wiki.shbin/wiki.sh

@@ -57,7 +57,7 @@ }

if [ "$#" -eq 0 ]; then printf '%s' "--- -title: Wiki +title: the wiki subtitle: Ideas, beliefs and thoughts. date: $(date +'%Y-%m-%d') template: page.html
M static/style.cssstatic/style.css

@@ -29,7 +29,7 @@ padding: 10px 0 10px 0;

} main h2, h3 { - padding: 30px 0 20px 0; + padding: 20px 0 15px 0; } main h2:first-of-type {

@@ -105,6 +105,10 @@ color: var(--cyan);

text-decoration: underline; } +article p { + padding: 15px 0 15px 0; +} + pre { overflow-x: auto; overflow-y: hidden;

@@ -112,6 +116,7 @@ padding: 10px;

min-width: 0; background-color: var(--code-bg) !important; font-size: 15px !important; + margin-bottom: 10px; } pre > code {