

/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 10px; !important
  padding-bottom: 10px; !important
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 10px; !important
    padding-bottom: 10px; !important
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 20px; !important
    padding-bottom: 20px; !important
  }
}


