/* Untuk Tablet Responsive */

@media screen and (min-width:426px) and (max-width:768px) {

    nav{
        margin: auto;
        width: 85vw;
        height: 35vh;
    }

    #dashboard1{
        display: flex;
    }

    fieldset{
        width: 70vw;
        
    }

    .task{
        width: 70vw;
    }

    .content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 40px 40px 40px 40px;
    }

    .stroke{
        width: 70vw;
    }
    
}