/* The gw watch demo: constrain width, subtle frame, terminal feel. */
.gw-demo {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

/* A touch more air in the landing "cards" grid on wide screens. */
.md-typeset .grid.cards > ul > li {
  border-radius: 6px;
}
