Changes

no edit summary
Line 89: Line 89:  
}
 
}
    +
.card {
 +
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 +
  max-width: 400px;
 +
  height: auto;
 +
  background-color: black;
 +
  background-size: contain;
 +
  background-repeat: no-repeat;
 +
  background-position: bottom;
 +
  border-radius: 20px;
 +
  padding-bottom: 10px;
 +
  margin-top: 20px;
 +
}
 +
 +
.card img {
 +
  max-width: 380px;
 +
  height: auto;
 +
}
 +
 +
.container {
 +
  padding: 2px 16px;
 +
  color: white;
 +
}
 +
 +
.button {
 +
  margin-top: 10px;
 +
  background: #00C3B7;
 +
  padding: 11px;
 +
  border-radius: 10px;
 +
  display: inline-block;
 +
}
 +
.button .external {
 +
color: black !important;
 +
}
 +
.digitalcontent .card h3 {
 +
  color: white;
 +
  font-size: 20px;
 +
}
 
}
 
}
 
}}
 
}}