6 lines
78 B
CSS
6 lines
78 B
CSS
.layout {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|