Increase mobile line-height
        border-width: .1rem 0 0 .1rem;
        border-radius: .2rem;
        flex-grow: 1;
-       box-sizing: inherit;
        box-sizing: border-box;
        border-collapse: collapse;
        margin: .5rem;
 
        form label {
                width: 6rem;
+               line-height: 2rem;
        }
 
        form input,
        form textarea,
        form section section {
                width: 20rem;
+               line-height: 2rem;
        }
 
        form button {
                width: 6rem;
+               line-height: 2rem;
        }
 
        .col label,
 
        .col button {
                width: 12rem;
-               box-sizing: fit-content;
        }
 
        #dashboard .seventh:nth-child(7n+1),