From 9ad50a42788e8658dd3a4bfab4325d7a1a0a2c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Mon, 11 Jun 2018 18:04:54 -0500 Subject: [PATCH] Closes #94 --- content/.vuepress/scss/pages/_page.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/.vuepress/scss/pages/_page.scss b/content/.vuepress/scss/pages/_page.scss index 2d289f5..a0e9d2f 100644 --- a/content/.vuepress/scss/pages/_page.scss +++ b/content/.vuepress/scss/pages/_page.scss @@ -130,6 +130,10 @@ } } + p, ol, ul:not(.overview__ecosystem__module):not(.feature-links) { + margin-bottom: 1rem; + } + p, ol, ul:not(.overview__ecosystem__module):not(.feature-links) { position: relative; @@ -168,15 +172,9 @@ } p { - margin-bottom: 2rem; - img { float: right; } - - + ol, + ul { - top: -2rem; - } } a:not(.button):not(.feature-link__title) {