Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 1e817a4

Browse files
feat(team page): center content
1 parent fd98c64 commit 1e817a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/team/team.component.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
:host {
2+
display: block;
3+
max-width: 1000px;
4+
margin: 0 auto;
5+
}
6+
17
h2 {
28
text-align: center;
39
margin: 0;

0 commit comments

Comments
 (0)