r9young / DECO7140-Final-Project

0 stars 0 forks source link

Bug - 3 #4

Open r9young opened 5 months ago

r9young commented 5 months ago

image


.flex-container-row{
    display: flex;
    flex-direction: row;
    min-height: 60vh;  /* Minimum height to cover the full viewport height */
    width: 60vw;   
}

image


.flex-container-row {
    display: flex;
    flex-direction: row;
    min-height: 60vh;  /* Minimum height to cover the full viewport height */
    /* width: 60vw;   bug-3*/
}