mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-13 07:58:59 +08:00
16 lines
226 B
CSS
16 lines
226 B
CSS
.features {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rem 0;
|
|
width: 100%;
|
|
}
|
|
|
|
div.featureImage {
|
|
height: 200px;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.featureImage img {
|
|
} |