﻿@media (max-width: 600px) {

    .footer {
        white-space: unset;
        line-height: 26px; /* Vertically center the text there */
    }

}

