16 lines
226 B
CSS
Raw Normal View History

2022-08-30 16:21:32 -07:00
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
2022-09-26 20:03:24 -07:00
div.featureImage {
height: 200px;
text-align: center;
display: flex;
justify-content: center;
2022-08-30 16:21:32 -07:00
}
2022-09-26 20:03:24 -07:00
div.featureImage img {
}