/*
Theme Name: VIEW Child
Theme URI: https://tcd-theme.com/tcd032
Template: view_tcd032
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "VIEW" was developed for gallery websites. It is designed to maximize eye catching images. You can use the gallery slider to represent multiple images on the blog page as well.
Version: 3.1.1.1765024622
Updated: 2025-12-06 19:37:02

/* 本文内の全ての画像を80%に */
.post_content .wp-block-image img {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}