/* Section 02 - Bigger image layout */ .pb-about-container--wide { width: min(1600px, 96%); } .pb-about-two-col--large-image { grid-template-columns: minmax(0, 0.7fr) minmax(650px, 1.3fr); gap: 72px; } .pb-about-image-card--large { border-radius: 36px; } .pb-about-image-card--large img { height: 680px; width: 100%; object-fit: cover; object-position: center; } /* Tablet */ @media (max-width: 980px) { .pb-about-two-col--large-image { grid-template-columns: 1fr; gap: 40px; } .pb-about-image-card--large img { height: 520px; } } /* Mobile */ @media (max-width: 640px) { .pb-about-container--wide { width: min(100%, 92%); } .pb-about-image-card--large img { height: 360px; } }
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
A WordPress Commenter says:
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.