<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-device-width: 1025px) { /*** DESKTOP BEGIN ***/

#m-cText-index &gt; div.social-links {
    margin-top: 2em;
}

/*** DESKTOP END ***/ }

@media all and (max-device-width: 1024px) { /*** MOBILE BEGIN ***/

#m-cText-index &gt; h1,
#m-cText-index &gt; div.content {
    padding: 0 10px;
}
#m-cText-index &gt; div.social-links {
    margin-top: 1em;
    padding: 0 10px;
}

/*** MOBILE END ***/ }
</pre></body></html>