﻿.sidebarnav {
    background-image: linear-gradient(180deg, #FF7C00 0%, #FF6B01 70%);
}


@media (min-width: 768px) {
    .sidebarnav {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

/*

    -- site.css

 app {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }
}




*/