/*
 Theme Name:   Cania Child
 Theme URI:    http://demo.goodlayers.com/cania
 Description:  Goodlayers Cania Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     cania
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  cania-child

 START YOUR CHILD THEME CSS HERE
*/

/* Nelson January 16, 2024 */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    th.nm-label {
        display: block;
        margin-top: 5px;
        padding: 0 0 0 20px !important;
    }

    a.nm-clearx {
        margin-left: auto;
    }
}