﻿@media (max-width: 768px) {


    .nav-container {
        height: 10vh;
    }
    .nav-container img {
        height: 10vh;
    }

    .container .pb-1 {
        width: 75vw;
    }

    .row {
        flex-direction: column;
    }

    h1 {
        font-size: 32px;
    }

    .manage-list > li:after{
        content: " |"
    }
}
