diff --git a/assets/_/styles.scss b/assets/_/styles.scss index a15ddc4..621b7e1 100644 --- a/assets/_/styles.scss +++ b/assets/_/styles.scss @@ -73,7 +73,7 @@ article h6 { } figure { - margin: 40px 0; + margin: 10px 0; } figure.right { @@ -81,16 +81,13 @@ figure.right { } img,figcaption { - margin: 10px auto; - padding: 0 10px; - height: auto; + width: 90%; + margin: 0 auto; display: block; } @media (max-width:600px) { img,figcaption { - margin: 0; - padding: 0; width: 100%; } } @@ -338,6 +335,10 @@ nav#TableOfContents ul { word-wrap: break-word } + pre { + background-color: $bgBright; + } + hr { background-color: $border; border: none; diff --git a/layouts/shortcodes/div-clear.html b/layouts/shortcodes/div-clear.html new file mode 100644 index 0000000..ce92d4e --- /dev/null +++ b/layouts/shortcodes/div-clear.html @@ -0,0 +1 @@ +