@media (min-width: 320px) and (max-width: 480px) {
    .content, .home {
        text-align: left;
    }

    .logo {
        width: 200px;
    }
}