diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 0cd351a..8de54d0 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -115,6 +115,7 @@ overflow: hidden; position: relative; width: 100%; + padding-bottom: 1em; } .iconwrap{ padding: 4em 0 0; @@ -339,6 +340,13 @@ position: relative; } } } +.active-show-content{ + margin-bottom: 1em; + div { + margin: 1em 0; + } +} + .active-show-table { border: 0.0625em solid #ddd; border-top: 5px solid #6E9E4D;