/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

/* Custom post navigation positioning for next and previous buttons */
#scroller .post-feed-nav .ts-next-page,
#scroller .post-feed-nav .ts-prev-page {
    position: absolute !important;
    top: -60px !important;
}

#scroller .post-feed-nav .ts-next-page {
    right: 0 !important;
}

#scroller .post-feed-nav .ts-prev-page {
    right: 50px !important;
}