/*
Theme Name: Lavinia
Theme URI: 
Author: 
Author URI: 
Version: 1
*/

@import 'assets/css/main.min.css';

.single-post .nav-wrapper nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.single-post .nav-wrapper nav a:nth-child(2) {
    text-align: right;
}

.single-post .content-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}