@media (max-width: 600px) {
    html, body {
        font-size: 14px;
    }

    div.page_root {
        padding: 15px;
    }
}