/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (min-width: 600px) {
  .example {background: green;}



  /* Jello */
  body {
    background: gray;
  }

  #content {
    padding: 10px 10px;
  }

  #expander {
    background: white;
    position: relative;
    border-radius: 25px;
  }
}
