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