@media only screen and (max-width: 764px) {
    body {
        margin: 24px;
    }

    .content {
        width: auto;
    }
}