/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*Increase spacing for hyperlinks on mobile*/
@media (max-width: 575px) {
a {
  line-height:48px !important;
}
.blog-pagination__link{
  min-width: 15%;
}