8 lines
96 B
CSS
8 lines
96 B
CSS
div.flex-container {
|
|
display: flex;
|
|
flex: auto;
|
|
}
|
|
|
|
div.flex-item {
|
|
display: block;
|
|
} |