# less 响应式

@palm: ~'screen and (max-width: 768px)';
@desk: ~'screen and (min-width: 1080px)';

@media @palm {
    margin-top: 22px;
    margin-bottom: 24px;
}

lastUpdate: 9/29/2021, 7:15:06 AM