9 lines
110 B
CSS
9 lines
110 B
CSS
.film-collection {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.film {
|
|
width: 30%;
|
|
margin-bottom: 20px;
|
|
}
|