www-new/pages/index.module.css

21 lines
334 B
CSS
Raw Normal View History

2021-07-09 13:02:51 -04:00
.intro {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.cards {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.connect {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}