/*
Theme Name: Market Stock Blog
Author: Yan
Version: 1.0
*/

.navbar.bg-light{
    background-color: #ebf2f7 !important;
}
.comment_box {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.post_card .post_img{
    width: 200px;
}
.post_single_card .post_single_img{
    max-width: 100%;
    max-height: 300px;
}

@media only screen and (max-width: 767px){
    .post_card .post_img{
        width: 300px;
        margin: 10px;
    }
}