/*
Theme Name: OdierLite Child
Theme URI: https://zthemes.net/themes/odierlite
Template: odierlite
Author: ZThemes Studio
Author URI: https://zthemes.net/
Description: OdierLite is a Simple &amp; Elegant WordPress blog theme built with SEO, speed, and usability in mind. How to install theme: https://youtu.be/9aJYeYjohjo . Get free support and check the demo at https://zthemes.net/themes/odierlite
Tags: two-columns,right-sidebar,custom-menu,custom-logo,featured-images,translation-ready,blog
Version: 1.3.2.1691369270
Updated: 2023-08-07 09:47:50

*/

p.site-description {
    font-size: 14px;
}

.pc-only {
    display: inline-block;
}
.sp-only {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: inline-block;
    }
}

#main .posts-navigation .nav-links{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	
}

/* Nav next */
.posts-navigation .nav-links .nav-next{
	text-align: left;
	width: 100%;
}

/* Nav previous */
.posts-navigation .nav-links .nav-previous{
	text-align: right;
	width: 100%;
}