<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Dashboard-Board----TWO_MEDIA{
    display:grid;
    gap: var(--card-gap);
    grid-template-columns: 1fr;
}
@media (min-width: 1240px){
    .Dashboard-Board----TWO_MEDIA{
        grid-template-columns: repeat(2, 1fr);
    }
}</pre></body></html>