Fix paddings
Anirudh Oppiliappan x@icyphox.sh
Tue, 23 Mar 2021 23:13:05 -0700
2 files changed,
7 insertions(+),
2 deletions(-)
M
bin/wiki.sh
→
bin/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.css
→
static/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 {