/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*ポストをカード状に.多分意味ない*/
.post-thumbnail-container {
    width: 380px;
    margin: auto;
    float: none;
}
.entry-container {
    float: left;
    max-width: 50%;
    height: 500px;
}
.post-thumbnail-container .post-thumbnail img {
    width: 100%;
}

@media screen and (max-width: 599px) {
  .archive__container .card__content > div {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
  .archive__container .card__img {
    min-width:120px;
    padding:.5rem;
    border-bottom:0;
  }
  .archive__detail {
    padding:.5rem;
  }
}
