diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index ddfebe24..d2d8d943 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -874,7 +874,7 @@ a.tag:hover { display: inline-block; clear: both; margin-top: 30px; - margin-bottom: 20px; + margin-bottom: 0px; @media (max-device-width:480px), screen and (max-width:800px){ margin-top: 0; @@ -916,6 +916,17 @@ a.tag:hover { margin-top: 6px; margin-right: 30px; } +.section .quote { + width: 75%; + margin: 0 auto; + + h3 { + text-align: center; + font-style: italic; + font-size: 1.3em; + line-height: 187%; + } +} .section.plans { background: #fff; width: 100%; diff --git a/views/index.erb b/views/index.erb index 0c3bc2d1..beb98ea4 100644 --- a/views/index.erb +++ b/views/index.erb @@ -273,12 +273,10 @@ -