﻿@media (max-width: 600px) {
    .button-spacing > *:not(:last-child) {
        margin-bottom: 5px;
    }
}
