/* =====================================================
   TEXTBOOK SECTION STYLES
===================================================== */

/*
   Archive:
   views/textbook/template.ejs
*/

/* Mobile */
.c-textbook .c-unit-options {
  margin-bottom: 15px;
}

/* Desktop */
@media (min-width: 992px) {

  .c-textbook .c-unit-options {
    margin-bottom: 20px;
  }

}

