From d33522144a2ae2ba2f27d2f9253757eaba477360 Mon Sep 17 00:00:00 2001 From: Colin Holzman Date: Thu, 5 Mar 2020 08:46:24 -0500 Subject: style tweaks remove list-style-position: inside for post lists to keep bullets aligned with first line of list item add figcaption { font-size: smaller; } to create contrast between figure captions and ordinary post text --- _sass/_main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_sass') diff --git a/_sass/_main.scss b/_sass/_main.scss index 32b07b3..377067b 100755 --- a/_sass/_main.scss +++ b/_sass/_main.scss @@ -154,7 +154,7 @@ strong, b { } .post ul, .project ul, .post ol { - list-style-position: inside; + //list-style-position: inside; } main { @@ -195,4 +195,8 @@ section { display:flex; flex-direction:column; +} + +figcaption { + font-size: smaller; } \ No newline at end of file -- cgit v1.2.3