I have the last bit of breakout issue settled with some advice from
steve. It is ready for layout review but I need to test it on other
browsers still.
margin-top: -236px; }
@media only screen and (max-width: 40em) {
main.page-inside {
- margin-top: -33%; } }
+ margin-top: 0; } }
main.page-inside #tagline {
background: #eff0ec;
margin-bottom: 25px;
overflow: hidden; }
@media only screen and (max-width: 40em) {
.feature-img {
- top: -205px; } }
+ top: 0; } }
#main-content {
padding-bottom: 40px; }
// margin-top: -205px;
// }
@media #{$small-only}{
- margin-top: -33%;
+ margin-top: 0;
}
#tagline {
background: $light-green;
max-height: 500px;
overflow: hidden;
@media #{$small-only}{
- top: -205px;
+ top: 0;
}
}
#main-content {