guitar-strings-123 / capstone-project

0 stars 1 forks source link

fix styling Admin components #262

Closed bryceAM closed 1 year ago

bryceAM commented 1 year ago

style/Admin.css

#linkContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-content: center; */
    text-align: center;
    height: 80vh;
}

#linkCard > :nth-child(2) {
    margin: 1rem 0;
}

#linkCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #3586ff, #b3d2ff);
    box-shadow: 2px 2px 2px gray;
}
bryceAM commented 1 year ago

Added substantially more styling than the above.