/*
Theme Name: BlogSite - Child Theme
Version: 1.0.0
Theme URI: http://google.com
Description: A basic starter child theme for customization purpose of Blogsite theme.
Author: blogsite
Author URI: http://google.com
Template: blogsite
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.home .entry-content ul li {
    list-style: none;
}

.wp-block-post-title a {
    text-decoration: none;
}

@media only screen and (max-width: 959px) {
    .site-title.no-desc {
        font-size: 24px;
        line-height: 60px;
        margin: 0;
    }
}