6 lines
83 B
CSS
6 lines
83 B
CSS
.row {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|