/**
 * This stylesheet applies globally.
 */

/* Extends the maximum width of markdown content */
.md-grid
{
    max-width: 1440px;
}
