RSS Git Download  Clone
Raw Blame History 490B 29 lines
cory-layout-footer {

    .cory-mat-footer {

        .cory-layout-footer-container {
            position: relative;
            top: -3px;
        }

    }


    .cory-pages-footer-shrink-text {
        @media screen and (min-width: 600px) and (max-width: 840px) {
            display: none !important;
        }

    }

    .cory-pages-footer-shrink-icon {
        @media screen and (min-width: 600px) and (max-width: 840px) {
            min-width: 0px !important;
        }

    }


}