@media (max-width: 580px) {
    .content {
        min-width: 100px;
    }
    footer {
        height: 50px;
    }

}