/*!
Theme Name: gforge
Author: Valerii Vasyliev
Author URI: https://www.codeable.io/developers/valerii-vasyliev/?ref=OaT0y
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gforge
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Make the nav block start on a new line */
.navigation.posts-navigation {
    display: block;         /* ensures block-level */
    width: 100%;            /* full width */
    clear: both;            /* clears any floated elements above */
    margin-top: 2em;        /* spacing from posts */
    text-align: left;       /* optional: align link to left */
}

/* Make each link inside start on a new line */
.navigation.posts-navigation .nav-links > div {
    display: block;
    margin-bottom: 0.5em;
}

/* Style the link */
.navigation.posts-navigation a {
    display: inline-block;  /* ensures proper spacing */
    padding: 0.5em 1em;
    text-decoration: none;
    color: #0073aa;
}

.navigation.posts-navigation a:hover {
    color: #005177;
    text-decoration: underline;
}



