am 13c416be: am 28d695a0: css changes for index page card

* commit '13c416be55329150bbfefe2a51ae05c8c832db84':
  css changes for index page card
This commit is contained in:
Robert Ly 2014-06-26 10:31:01 +00:00 committed by Android Git Automerger
commit 3cbf635856
1 changed files with 5 additions and 2 deletions

View File

@ -7259,7 +7259,6 @@ a.home-new-cta-btn:hover,
/* Fullscreen carousel. */
.home-new-carousel-1 {
max-height: 700px; /* Set max height so doesn't get too long */
margin-top: 20px;
}
.home-new-carousel-1 .fullscreen-carousel-content {
@ -7283,7 +7282,11 @@ a.home-new-cta-btn:hover,
layout or should be namespaced within the fullscreen-carousel container.
*/
.home-new-carousel-1 .resource-flow-layout.col-16 .resource-card-18x6 {
height: 334px;
height: 320px;
background-color:#F9F9F9;
border-radius: 0px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.home-new-carousel-1 .resource-card-18x6 .card-bg {