
/*
Theme Name: Toyama Photo
Author: Kazuki
Description: A custom theme for displaying Instagram-worthy spots.
Version: 1.0
*/
body {
    font-family: Arial, sans-serif;
    margin-left: 15%;
    margin-right: 15%;
}

#map {
    height: 80vh;
    width: 100%;
}

.post-thumbnail img {
    max-width: 100%; /* 画像の幅をコンテナに合わせる */
    height: auto; /* アスペクト比を保つ */
    display: block; /* 余白の問題を防ぐ */
    margin: 0 auto; /* 中央揃え（必要に応じて） */
    max-height: 350px; /* 画像の高さを制限する（必要なら調整） */
    object-fit: cover; /* 必要に応じて画像を切り抜き拡大縮小 */
}
