Layout for image container fixed
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
<div class="row">
|
<div class="container-fluid">
|
||||||
<app-image
|
<div class="row">
|
||||||
class="image"
|
<app-image
|
||||||
*ngFor="let image of images"
|
class="image"
|
||||||
[image]='image'>
|
*ngFor="let image of images"
|
||||||
</app-image>
|
[image]='image'>
|
||||||
|
</app-image>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3,7 +3,9 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: flex; flex-flow: row wrap;
|
display: flex;
|
||||||
|
flex-flow: row wrap;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.row:after {
|
.row:after {
|
||||||
content: ''; width: 100%;
|
content: ''; width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user