aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorColin Holzman <cholzman@hotmelt-tech.com>2020-03-05 08:46:24 -0500
committerColin Holzman <cholzman@hotmelt-tech.com>2020-03-05 08:46:24 -0500
commitd33522144a2ae2ba2f27d2f9253757eaba477360 (patch)
tree3f4573c4ad2bd5118af89126c9b0f4a69954e8de /_sass
parentb82dc3f9e48102d7f2ed1f9f15b9bf41f18d2bf3 (diff)
downloadwiki-d33522144a2ae2ba2f27d2f9253757eaba477360.tar.gz
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
Diffstat (limited to '_sass')
-rwxr-xr-x_sass/_main.scss6
1 files changed, 5 insertions, 1 deletions
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
Un proyecto texto-plano.xyz