Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96e51cb

Browse files
committed
child container display set as flex
1 parent 794928e commit 96e51cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Container/_container.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ $container-width: (
3737
width: 100%;
3838
height: 100%;
3939
grid-area: content;
40+
41+
display: flex;
4042
}
4143
}

0 commit comments

Comments
 (0)