@charset "UTF-8";
/**
 * 分頁
 *
 * @author Jackson
 * @date 2018/9/3
 * @since 2018/9/3 Jackson:2768 新增檔案
 */

.pagination {
    display: flex;
    justify-content: center;
    line-height: 40px;
}

.pagination > a {
    text-decoration: none;
    margin: 0 5px;
}