/*
Theme Name: Isjharportfolio
Author: Isjhar Kautsar
Author URI: https://isjhar.web.id
Description:  A minimalist and responsive block theme designed for a resume and portfolio site with many reusable patterns.
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isjharportfolio
Tags: blog, portfolio, block-patterns, block-styles, style-variations
Copyright 2026 Isjhar Kautsar
*/

.is-style-timeline:only-child > .wp-block-group:nth-child(1) { display: flex; }

@media (max-width: 782px) {
    .is-style-timeline > .wp-block-group:nth-child(1) {
        flex: 0 0 auto;
    }

    .is-style-timeline:only-child > .wp-block-group:nth-child(1) {
        display: none;
    }
}