add testimonial to nonprofit landing page

This commit is contained in:
Quincy Larson
2016-02-19 17:09:35 -08:00
parent fab4ab8d12
commit f5260f7c21
2 changed files with 31 additions and 0 deletions

View File

@@ -600,6 +600,19 @@ thead {
}
}
.nonprofit-testimonial-copy {
text-align: justify;
font-size: 18px !important;
margin-left: 20px;
margin-right: 20px;
@media (min-width: 991px) and (max-width: 1199px) {
height: 450px;
}
@media (min-width: 1200px) {
height: 300px;
}
}
.navbar-collapse {
border-top: 0;
}