/* iphonegirl category masonry */ /* ==== iphonegirl category masonry: 5 cols desktop / 2 cols mobile ==== */ .posts { column-count: 5; column-gap: 14px; } @media (max-width: 1180px) { .posts { column-count: 4; } } @media (max-width: 920px) { .posts { column-count: 3; } } @media (max-width: 640px) { .posts { column-count: 2; column-gap: 10px; } } .posts .post-container { break-inside: avoid; page-break-inside: avoid; -webkit-column-break-inside: avoid; display: inline-block; width: 100% !important; float: none !important; margin: 0 0 14px !important; padding: 0 !important; vertical-align: top; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 5px rgba(0,0,0,.10); transition: box-shadow .18s ease, transform .18s ease; } .posts .post-container:hover { box-shadow: 0 4px 16px rgba(0,0,0,.16); transform: translateY(-2px); } .posts .post-container .post { margin: 0 !important; width: 100% !important; } .posts .post-header { padding: 9px 11px 4px !important; } .posts .post-title, .posts .post-title a { font-size: 12.5px !important; line-height: 1.35 !important; font-weight: 600 !important; letter-spacing: 0 !important; } .posts .featured-media, .posts .featured-media a { margin: 0 !important; } .posts .featured-media img { width: 100% !important; height: auto !important; border-radius: 0 !important; display: block; } .posts .post-excerpt { display: none !important; } .posts .post-meta { display: none !important; } .posts .clear { display: none !important; }
© 2026 iphonegirl.net — Powered by WordPress
Theme by Anders Noren — Up ↑