/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.author-info {
    display: flex;
    justify-content: space-between
}
.show-only-pc {
    display: none;
}

@media (min-width: 1200px) {
    .show-only-pc {
        display: block;
    }
}