about style

PHOTO EMBED

Wed Jun 29 2022 15:36:26 GMT+0000 (Coordinated Universal Time)

Saved by @mbala #css

.about {
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    min-height: 80vh;
    justify-content: space-evenly
}
.about-text-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 40%;
}
.about-text-container h2 {
    color: #000;
    font-size: 40px;
    margin-top: 10px;
}
.about-text-container p {
    color: #555;
    text-indent: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}
content_copyCOPY