@media (min-width: 1024px) { main { .lg\:grid-cols-4 { grid-template-columns: 1fr 3fr; grid-template-rows: repeat(2, max-content) auto; gap: 2rem; } .lg\:col-span-2 { grid-column: 2; grid-row: span 3; } .co-post-box:not(.co-post-composer) { max-width: 100% } } } .prose { max-width: 100%; }