r9young / DECO7140-Final-Project

0 stars 0 forks source link

bug - Card Image #12

Open r9young opened 4 months ago

r9young commented 4 months ago

image


.flex-second-row {
    display: flex;
    flex-direction: row;
    /*min-height: 100vh;  /* Minimum height to cover the full viewport height */
    width: 70vw;       /* Width to cover the full viewport width */
    margin-bottom: 5vw;
}

.flex-second-row > div:first-child {
    flex: 8;

}

.flex-second-row > div:last-child {
    flex: 2;

}

.flex-second-row-main {
    display: flex;
    /* flex-flow: row wrap; */
    flex-direction: row;
    min-height: 100vh;  /* Minimum height to cover the full viewport height */
    width: 100vw;       /* Width to cover the full viewport width */
}