Template_test / styles /numberSection.css
itramb's picture
Upload 57 files
50e8e86 verified
raw
history blame contribute delete
442 Bytes
.numbers-section__container {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
justify-items: center;
}
.numbers__container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.number__card {
margin-right: 10px;
}
.number__card > h1 {
width: fit-content;
margin-left: auto;
margin-right: auto;
}
.number__card > p {
text-align: center;
margin-bottom: 0;
}