diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 3bdcf643..31807254 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -140,7 +140,6 @@ border-radius:4px 4px 0 0; @include box-shadow($signupShadow); height:700%; - overflow:hidden; position:absolute; top: -40px; @@ -200,6 +199,15 @@ } .col.col-50 { margin-left: 0; + position: static; + } + .tooltip { + &.left .tooltip-arrow { + border-left-color: #971D31; + } + .tooltip-inner { + background-color: #971D31; + } } .btn-Action{ padding:10px 25px; diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 5b7b8e7f..88d6e323 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -791,6 +791,8 @@ a.tag:hover { padding: 55px 8%; margin: 0 auto; float: left; + background: white; + width: 100%; } .section h2 { font-size: 2em; @@ -810,9 +812,8 @@ a.tag:hover { font-size: .85em; } .section.featured-Websites { - background:#971D31; + background: #971D31; padding: 30px 0; - width: 100%; position: relative; } .section.featured-Websites .nav { @@ -941,9 +942,6 @@ a.tag:hover { } } .section.plans { - background: #fff; - width: 100%; - @media(max-device-width:480px), screen and (max-width:550px) { padding: 55px 3%; } @@ -952,7 +950,7 @@ a.tag:hover { color:#4F7E89; } .plan-overview { - margin-top: 2.5em; + margin-top: 3.5em; margin-bottom: 2em; } .plan-overview .header { @@ -1035,7 +1033,7 @@ a.tag:hover { background-size: 70px; } .plan-chart { - margin: 2em 0 4em 0; + margin: 2em 0 0 0; width: 100%; } .plan-overview, .plan-chart { @@ -1092,6 +1090,21 @@ a.tag:hover { padding: 7px 10px; } } +.section.bottom-signup { + padding-top: 1em; + padding-bottom: 6.5em; + + a { + text-decoration: underline; + font-weight:bold; + &:hover { + text-decoration: none; + } + } + h2 { + max-width: none; + } +} .selected { font-weight: bold; } diff --git a/views/index.erb b/views/index.erb index 8b70d981..cf620b4b 100644 --- a/views/index.erb +++ b/views/index.erb @@ -39,7 +39,7 @@ -
+