Skip to content

Commit cae9800

Browse files
committed
style(view): home page layout width
1 parent 2fe92ca commit cae9800

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="container">
2-
<inkapp-board *ngFor="let board of boards" [data]="board"></inkapp-board>
2+
<inkapp-board *ngFor="let board of boards" [data]="board" class=" d-block col-md-8 mx-auto "></inkapp-board>
33
</div>

src/styles/components/_color-container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.ink-color-container {
22
&.ink-view-thin {
33
border-bottom: 0;
4+
margin-bottom: 0;
45
.ink-color-sticker {
56
padding: 1rem 0;
67
}

0 commit comments

Comments
 (0)